diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-24 15:42:15 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-24 15:42:15 -0400 |
commit | 207250e175faf0914293407e170f426b46df9b05 (patch) | |
tree | fb6efc8d374c0e9b87dd2033f1bc7a82d51bb866 /events.txt | |
parent | 9667b7b1c311f6ffba5e2d6ef4fbe34a11099ec6 (diff) | |
download | vijayanagara-207250e175faf0914293407e170f426b46df9b05.tar.gz |
Fix compel
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ EVENT 9 current VE prompt "Compel in a Province adjacent to Warangal that you do not control and then Build there." add_influence VE - space 1 (is_adjacent_to_city(C_WARANGAL, s) && !is_faction_control(s, game.current)) + space 1 (is_adjacent_to_city(C_WARANGAL, s) && !is_faction_control(s, game.current) && can_compel_in_space(s)) free_compel mark_space endspace |