summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
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 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