summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-12-01 16:39:43 +0100
committerTor Andersson <tor@ccxvii.net>2024-12-01 16:39:43 +0100
commit3e1845379d59733bb58631d929f88747af815911 (patch)
tree4b56a4b3f2f2cf8893aac85b2030924d705149c5
parentc42d4827f09e78ada7cc0954b22f12092f910da7 (diff)
downloadmaria-3e1845379d59733bb58631d929f88747af815911.tar.gz
fix silly typo
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 4e45a61..0afc5c0 100644
--- a/rules.js
+++ b/rules.js
@@ -5048,9 +5048,9 @@ states.political_troops_place = {
inactive: "execute political card",
prompt() {
if (game.count > 1)
- prompt("Recieve " + game.count + " troops.")
+ prompt("Receive " + game.count + " troops.")
else if (game.count === 1)
- prompt("Recieve 1 troop.")
+ prompt("Receive 1 troop.")
view.pc = game.pc
if (game.count > 0) {