diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-12-01 16:39:43 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-12-01 16:39:43 +0100 |
commit | 3e1845379d59733bb58631d929f88747af815911 (patch) | |
tree | 4b56a4b3f2f2cf8893aac85b2030924d705149c5 | |
parent | c42d4827f09e78ada7cc0954b22f12092f910da7 (diff) | |
download | maria-3e1845379d59733bb58631d929f88747af815911.tar.gz |
fix silly typo
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |