diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -79,10 +79,22 @@ SHADED 7 log "NOT IMPLEMENTED" EVENT 8 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + prompt `In each Province, replace a Delhi Sultanate Unit with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + space_opt all (is_adjacent_to_city(C_DEVAGIRI, s) || is_adjacent_to_city(C_GULBARGA, s)) && has_ds_unit(s) && can_place_piece(s, game.current, ELITE) + piece 1 is_ds_unit(p) && is_piece_in_event_space(p) + remove + auto_place (game.current) ELITE + endpiece + endspace SHADED 8 - log "NOT IMPLEMENTED" + current DS + prompt `In each Province, free Govern and then add a Troop.` + space_opt all (is_adjacent_to_city(C_DEVAGIRI, s) || is_adjacent_to_city(C_GULBARGA, s)) && can_govern_in_space(s) + free_govern + place_opt 1 DS TROOPS + endspace EVENT 9 current VE |