From c142bc2777dec3ede8617df416bb4cd83b4525cf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 25 Sep 2024 17:21:53 +0200 Subject: fix typo in prompt "Howitz(v)ers" --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index b7aa7b8..ab8c5c6 100644 --- a/rules.js +++ b/rules.js @@ -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".` -- cgit v1.2.3