summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-01-03 23:28:42 +0100
committerTor Andersson <tor@ccxvii.net>2024-01-08 16:36:48 +0100
commit2d00a300ea727b1d7020463471a4a3ee3577e195 (patch)
tree1787b184f282dd9feba934b244fc780c85279d58
parent201685449cbbe19ae90edd178febf0e8a0e6e3ba (diff)
downloadtable-battles-2d00a300ea727b1d7020463471a4a3ee3577e195.tar.gz
fuzzer
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index e11c5e2..d486457 100644
--- a/rules.js
+++ b/rules.js
@@ -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