From 8799c0746c158ac9c284eb864ce1ac4d9f973618 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 30 Apr 2023 18:26:47 +0200 Subject: Place FARC Base with event 30. --- events.txt | 2 ++ rules.js | 2 ++ 2 files changed, 4 insertions(+) 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 ], ] -- cgit v1.2.3