diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-28 13:16:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 9fb38f18590120409dea918132ccf437958de734 (patch) | |
tree | a5577081b7e87373fa0b56db335c1f73915a8033 /rules.js | |
parent | 399ff9adb0d6deed741100311129248ebbff612c (diff) | |
download | rommel-in-the-desert-9fb38f18590120409dea918132ccf437958de734.tar.gz |
Map Edge.
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() { |