summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-01-29 17:11:57 +0100
committerTor Andersson <tor@ccxvii.net>2025-01-29 17:11:57 +0100
commit1aa70f05241c81bd47076e1087128fa14d23e61a (patch)
tree25ddfe85dad8b92731f341fcb2c4dea1146c9b03 /rules.js
parent824a97661b0a634fd03c3ba3cd34ae56daf25c97 (diff)
downloadmaria-1aa70f05241c81bd47076e1087128fa14d23e61a.tar.gz
initialize game.count when recruiting for expeditionary corps
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 639ff2d..f1d82a7 100644
--- a/rules.js
+++ b/rules.js
@@ -5456,6 +5456,7 @@ states.send_expeditionary_corps = {
game.pos[p] = s
if (game.troops[p] === 0) {
+ game.count = 0
game.recruit = {
pool: [],
used: [],