diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5926,7 +5926,7 @@ function goto_siege(space) { } states.siege_coehorns_attacker = { - inactive: "to play Coehorns & Howitzvers", + inactive: "to play Coehorns & Howitzers", prompt() { if (player.hand.includes(COEHORNS)) { view.prompt = `Siege at ${space_name(game.siege_where)}. You may play "Coehorns & Howitzers".` @@ -5955,7 +5955,7 @@ function end_siege_coehorns_attacker() { } states.siege_coehorns_defender = { - inactive: "to play Coehorns & Howitzvers", + inactive: "to play Coehorns & Howitzers", prompt() { if (player.hand.includes(COEHORNS)) { view.prompt = `Siege at ${space_name(game.siege_where)}. You may play "Coehorns & Howitzers".` |