diff options
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 |