diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ EVENT 2 stay_eligible prompt "Remove up to 2 Delhi Sultanate Units in both Mountain Passes and Punjab." space 2 ((s === S_MOUNTAIN_PASSES || s === S_PUNJAB) && has_ds_unit(s)) + prompt "Remove up to 2 Delhi Sultanate Units." piece 2 is_ds_unit(p) && is_piece_in_event_space(p) remove endpiece |