summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-04-30 18:26:47 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:16 +0200
commit8799c0746c158ac9c284eb864ce1ac4d9f973618 (patch)
tree8240eb63bf45517dd0c4bb3617b551d947594914
parent0f50b753f41d035dc5c9e799cc2aa061a547d38e (diff)
downloadandean-abyss-8799c0746c158ac9c284eb864ce1ac4d9f973618.tar.gz
Place FARC Base with event 30.
-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 ],
]