summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js4
1 files 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".`