Skip to content

Commit

Permalink
change hazard death display message
Browse files Browse the repository at this point in the history
  • Loading branch information
robbles committed Aug 19, 2022
1 parent 257d3be commit 75df303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/engine-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function getReadableCauseOfDeath(death) {
case "out-of-health":
return "Out of health";
case "hazard":
return "Moved into a hazard";
return "Eliminated by hazard";
case "head-collision":
return `Lost head-to-head with ${death.eliminatedBy}`;
case "wall-collision":
Expand Down

0 comments on commit 75df303

Please sign in to comment.