diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-01-03 23:28:42 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | 2d00a300ea727b1d7020463471a4a3ee3577e195 (patch) | |
tree | 1787b184f282dd9feba934b244fc780c85279d58 | |
parent | 201685449cbbe19ae90edd178febf0e8a0e6e3ba (diff) | |
download | table-battles-2d00a300ea727b1d7020463471a4a3ee3577e195.tar.gz |
fuzzer
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3342,7 +3342,7 @@ function goto_screen(c, a) { game.hits = 0 game.self = 0 break - case "If either Chariot formation is screened, it suffers one hit!": + case "If either Chariot formation is screened, it suffers 1 hit!": game.hits = 0 if (card_has_rule(game.selected, "is_chariot")) game.self = 1 |