summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-04-08 22:12:35 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:16 +0200
commit0a216799068aad7929f6d5a8a094a2cb804cb489 (patch)
tree8248dc68b04c6bcd2867dcb19dccfbb2ed2b22b4 /events.txt
parent60d2297f9ccfbbfd1e3839e49aa3255210fdee5c (diff)
downloadandean-abyss-0a216799068aad7929f6d5a8a094a2cb804cb489.tar.gz
Clean up Train, Rally, and support shifts.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt4
1 files changed, 2 insertions, 2 deletions
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