diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,8 +92,8 @@ SHADED 4 EVENT 5 stay_eligible current REBEL_FACTIONS - prompt `Replace up to 3 Delhi Sultanate Units with Rebelling ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` - piece_undo_opt 3 (is_adjacent_to_city(C_CHITTOR, piece_space(p)) && can_place_piece(piece_space(p), game.current, ELITE) && is_ds_unit(p)) + prompt `Replace up to 2 Delhi Sultanate Units with Rebelling ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + piece_undo_opt 2 (is_adjacent_to_city(C_CHITTOR, piece_space(p)) && can_place_piece(piece_space(p), game.current, ELITE) && is_ds_unit(p)) set_piece_space remove auto_place_rebel (game.current) ELITE @@ -578,7 +578,7 @@ SHADED 25 EVENT 26 stay_eligible - log "NOT IMPLEMENTED" + event_26 EVENT 27 current BK |