From 0a216799068aad7929f6d5a8a094a2cb804cb489 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 8 Apr 2023 22:12:35 +0200 Subject: Clean up Train, Rally, and support shifts. --- events.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index e44ec9c..6c72316 100644 --- a/events.txt +++ b/events.txt @@ -525,9 +525,9 @@ EVENT 36 asm game.vm.m = game.current current GOVT place_farc_zone - asm game.current = game.vm.m + current (game.vm.m) prompt "Shift 2 adjacent spaces 1 level toward Active Support." - space 2 is_pop(s) && is_adjacent(game.vm.farc_zone, s) && can_shift_support(s) + space 2 is_adjacent(game.vm.farc_zone, s) && can_shift_support(s) shift_support endspace -- cgit v1.2.3