From 84781b945439f143396a49f0df5cbf56bc0100ca Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 10 Jun 2023 00:14:27 +0200 Subject: Fix stacking check for Mono Jojoy. --- events.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'events.txt') 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 -- cgit v1.2.3