diff options
Diffstat (limited to 'rules.js')
-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 |