diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-13 22:03:33 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-13 22:03:33 -0400 |
commit | 4dfb25fd38166e1cdd4998fb46d82ee7283e08f8 (patch) | |
tree | 4f0a6611108ad542762feabf8c36e23b1a367ba8 /events.txt | |
parent | 37016f96b7189517f72bf6513ce51e7c3f909953 (diff) | |
download | vijayanagara-4dfb25fd38166e1cdd4998fb46d82ee7283e08f8.tar.gz |
fix: prompt event 2
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 |