diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-15 16:41:59 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-15 16:41:59 -0400 |
commit | 955ddb2180c1d176407a9005b2f70b71ef34183a (patch) | |
tree | d6aff0cff9d8656ee3d0502b58c8d17ca8e34431 /events.txt | |
parent | 6f638fea635028cf85722d7dadb327a26cdfa0e4 (diff) | |
download | vijayanagara-955ddb2180c1d176407a9005b2f70b71ef34183a.tar.gz |
fix event 17 pieces
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -393,8 +393,9 @@ SHADED 16 EVENT 17 current BK add_influence BK - prompt "Remove up to 5 Delhi Sultanate Units from Provinces where you have a piece." - piece_undo_opt 5 is_ds_unit(p) && has_piece_faction(piece_space(p), BK) + log_br + prompt "Remove up to 5 Delhi Sultanate pieces from Provinces where you have a piece." + piece_undo_opt 5 (is_ds_unit(p) || is_qasbah(p)) && has_piece_faction(piece_space(p), BK) summary_remove endpiece pop_summary |