diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-10 10:20:19 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-10 10:20:19 -0400 |
commit | 2b1d488ddede1e27f11d055e30ef399e392bafe8 (patch) | |
tree | ccead59b16e423a79fe51cc5e2667f29fd2ae1a0 /events.txt | |
parent | 0e0180cf6a0552088dead19de67b090f40b974a3 (diff) | |
download | vijayanagara-2b1d488ddede1e27f11d055e30ef399e392bafe8.tar.gz |
Better Govern Events
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 |