From a3c4a99358520589ad4a6db1e0231fb15827b093 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 13 Mar 2025 15:01:26 -0400 Subject: Event 26. --- events.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index bf830c9..174bdfd 100644 --- a/events.txt +++ b/events.txt @@ -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 -- cgit v1.2.3