summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 018fc11..1158d7e 100644
--- a/rules.js
+++ b/rules.js
@@ -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)