summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index e50ac44..87b55cf 100644
--- a/rules.js
+++ b/rules.js
@@ -1587,6 +1587,8 @@ function goto_initial_supply_check() {
set_delete(game.recover, u)
clear_unit_disrupted(u)
}
+ } else {
+ set_unit_supply(u, 0)
}
})
@@ -3681,7 +3683,7 @@ function end_month() {
// === VICTORY CHECK ===
-const EXIT_EAST_EDGE = [ 99, 123, 148 ]
+const EXIT_EAST_EDGE = [ 99, 123, 148 ] //, 172, 197 ]
const EXIT_EAST_STASH = 49
function check_sudden_death_victory() {