From 8cc0383f44a1e7bec0f5140c7f77f36ebf0040b0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 9 Sep 2023 20:58:43 +0200 Subject: Issue #5: Fix Oil Spill event. --- events.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index be3315b..c9e60a9 100644 --- a/events.txt +++ b/events.txt @@ -77,7 +77,7 @@ SHADED 5 EVENT 6 prompt "Select Opposition or Neutral Departments adjacent to Sabotage." - space 2 is_pop(s) && !is_support(s) && is_adjacent_to_sabotage(s) + space 2 is_dept(s) && is_pop(s) && !is_support(s) && is_adjacent_to_sabotage(s) set_passive_support endspace -- cgit v1.2.3