summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--events.txt2
-rw-r--r--rules.js2
2 files changed, 4 insertions, 0 deletions
diff --git a/events.txt b/events.txt
index 489dbf0..afdabdb 100644
--- a/events.txt
+++ b/events.txt
@@ -432,6 +432,8 @@ EVENT 30
SHADED 30
current GOVT
place_farc_zone
+ set_space (game.vm.farc_zone)
+ auto_place FARC BASE
EVENT 31
prompt "Shift 2 Cities 1 level toward Active Support."
diff --git a/rules.js b/rules.js
index 7900f74..2701e4d 100644
--- a/rules.js
+++ b/rules.js
@@ -8826,6 +8826,8 @@ CODE[30 * 2 + 0] = [
CODE[30 * 2 + 1] = [
[ vm_current, GOVT ],
[ vm_place_farc_zone ],
+ [ vm_set_space, ()=>(game.vm.farc_zone) ],
+ [ vm_auto_place, false, 0, FARC, BASE ],
[ vm_return ],
]