From 1642efbfd117fd92e0c8de53720955c5217ca4b4 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Wed, 16 Apr 2025 23:34:20 -0400 Subject: Fix Event 10 is_province --- events.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 7b8f99c..b0a65ac 100644 --- a/events.txt +++ b/events.txt @@ -204,9 +204,9 @@ SHADED 9 EVENT 10 stay_eligible prompt "Move up to 4 Delhi Sultanate Units to adjacent Provinces." - piece_undo_opt 4 is_ds_unit(p) + piece_undo_opt 4 (is_ds_unit(p) && is_province(piece_space(p))) prompt "Move Delhi Sultanate Unit to an adjacent Province." - space_no_undo 1 is_adjacent(s, piece_space(game.vm.p)) + space_no_undo 1 (is_adjacent(s, piece_space(game.vm.p)) && is_province(s)) move endspace endpiece -- cgit v1.2.3