diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -112,10 +112,19 @@ SHADED 5 endspace EVENT 6 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + prompt "Select a Province adjacent to Warangal to remove a Tributary marker." + space_opt 1 (is_adjacent_to_city(C_WARANGAL, s)) + remove_tributary + prompt `Place up to 2 ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + place_opt 2 (game.current) ELITE + endspace SHADED 6 - log "NOT IMPLEMENTED" + current DS + prompt "Campaign: Select four contiguous spaces, finishing adjacent to Warangal" + shaded_6 + shaded_6_2 EVENT 7 log "NOT IMPLEMENTED" |