From 207250e175faf0914293407e170f426b46df9b05 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Mon, 24 Mar 2025 15:42:15 -0400 Subject: Fix compel --- events.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index a190471..e892bf5 100644 --- a/events.txt +++ b/events.txt @@ -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 -- cgit v1.2.3