diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-29 12:54:17 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-29 12:54:17 -0500 |
commit | de24fe20e2a70a4cf5180495bed98ccede689e47 (patch) | |
tree | 0d36da0efbe7aab53e11561324fc9dd6ad621cf9 /events.txt | |
parent | ade5e4c38ece43cc12f5096de2251d3192aa5a1d (diff) | |
download | vijayanagara-de24fe20e2a70a4cf5180495bed98ccede689e47.tar.gz |
Event 18.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -191,10 +191,24 @@ SHADED 17 log "NOT IMPLEMENTED" EVENT 18 - log "NOT IMPLEMENTED" + if n_province_with_both_rebels() > 0 + repeat (n_province_with_both_rebels()) + add_influence BK + endrepeat + else + log "No Province shared." + endif SHADED 18 - log "NOT IMPLEMENTED" + current [DS VE] + prompt `Replace an Amir with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + piece_opt 1 is_amir(p) && can_place_piece(s, game.current, ELITE) && is_piece_on_map(p) + set_piece_space + remove + auto_place (game.current) ELITE + set_space -1 + endpiece + remove_influence BK EVENT 19 current REBEL_FACTIONS |