summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-10 00:14:27 +0200
committerTor Andersson <tor@ccxvii.net>2023-06-10 00:14:27 +0200
commit84781b945439f143396a49f0df5cbf56bc0100ca (patch)
tree993ddc4722698d66a45e661512da75fbcc086b73 /events.txt
parentdce4ca258b4b63dc520b2a7ce3497c00f8716142 (diff)
downloadandean-abyss-84781b945439f143396a49f0df5cbf56bc0100ca.tar.gz
Fix stacking check for Mono Jojoy.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/events.txt b/events.txt
index ced57b7..13a6d43 100644
--- a/events.txt
+++ b/events.txt
@@ -236,7 +236,7 @@ EVENT 20
prompt "Move up to 6 FARC Guerillas into adjacent spaces."
piece_undo_opt 6 is_farc_guerrilla(p)
prompt "Move FARC Guerilla into an adjacent space."
- space_no_undo 1 is_adjacent(s, piece_space(game.vm.p)) && can_stack_any(s, game.current)
+ space_no_undo 1 is_adjacent(s, piece_space(game.vm.p)) && can_stack_any(s, FARC)
move
endspace
endpiece