diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,7 @@ SHADED 4 stay_eligible current DS prompt "Govern ignoring location requirements." + asm game.vm.ignore_loc_req = true govern EVENT 5 @@ -169,6 +170,7 @@ EVENT 8 SHADED 8 current DS prompt `In each Province adjacent to Devagiri and/or Gulbarga, Govern for free ignoring location requirements and place a Troop.` + asm game.vm.ignore_loc_req = true space_opt all (is_adjacent_to_city(C_DEVAGIRI, s) || is_adjacent_to_city(C_GULBARGA, s)) && can_govern_in_space(s) free_govern_in_space place_opt 1 DS TROOPS |