diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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() { |