diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -313,10 +313,27 @@ SHADED 19 endspace EVENT 20 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + add_influence (game.current) + prompt "In Orissa or an adjacent Province, you may Migrate, Rally and then Build." + space 1 (is_adjacent_to_city(C_WARANGAL, s) || s === S_BENGAL) + free_migrate + free_rally + free_build + endspace SHADED 20 - log "NOT IMPLEMENTED" + current DS + prompt "In Orissa, remove an enemy Structure, add 1 Governor, 1 Qasbah, 2 Troops and a Tributary marker." + space 1 (s === S_ORISSA) + piece_opt 1 ((is_temple(p) || is_fort(p)) && is_piece_in_event_space(p)) + remove + endpiece + place 1 DS ELITE + place 1 DS DISC + place 2 DS TROOPS + place_tributary + endspace EVENT 21 log "NOT IMPLEMENTED" |