diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-23 18:40:16 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | edb79efb38e6f8ac70967f29f45f37d3d15694ae (patch) | |
tree | 92b1dd5fd0dfcd61e12807d61f6980814efb6abe /rules.js | |
parent | 803ed21a197b83089a8f5ca00bc709722c6d929a (diff) | |
download | andean-abyss-edb79efb38e6f8ac70967f29f45f37d3d15694ae.tar.gz |
Remember spaces used by 1st Division.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5983,6 +5983,8 @@ states.civic_action = { }, space(s) { push_undo() + if (!has_troops(s) || !has_police(s)) + set_add(game.prop.first_div, s) pay_resources(GOVT, 3) if (has_terror(s)) { logi("Removed Terror from S" + s) |