Skip to content

Commit

Permalink
Correct hazard damage for Royale in modes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teinemaa committed Nov 5, 2023
1 parent 8378d69 commit c0e7cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/playing/modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Specific scenarios and how hazards take effect:
| Scenario | Health Effect |
| --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Snake moves from empty square to empty square | -1 |
| Snake moves from empty square to hazard square | -16 |
| Snake moves from empty square to hazard square | -15 |
| Snake moves from hazard square to empty square | -1 |
| Snake moves from hazard square to hazard square | -16 |
| Snake moves from hazard square to hazard square | -15 |
| Snake moves to hazard square also containing food | Restored to 100 |
| Hazard square spawns on a snake's head at the start of the turn | <p>No effect. </p><p></p><p>Hazard damage is only applied in squares that appeared on the previous turn. The snake will have an opportunity to leave the square before taking damage.</p> |

Expand Down

0 comments on commit c0e7cee

Please sign in to comment.