From 7ac4ee43314c20d5da560d32d2f2b39507a7305a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 25 Apr 2023 16:52:21 +0200 Subject: Fix placement skip logic. Only allow skipping if _no_ suitable piece is available. --- events.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 720486a..8c7f505 100644 --- a/events.txt +++ b/events.txt @@ -929,7 +929,7 @@ SHADED 57 # TODO: prompt "Replace a Police with any Cartels piece in 2 spaces." space 2 has_police(s) prompt "Replace a Police with any Cartels piece." - piece 1 is_piece_in_event_space(p) && is_police(p) && can_replace_with(s, CARTELS, GUERRILLA) + piece 1 is_piece_in_event_space(p) && is_police(p) && (can_replace_with(s, CARTELS, GUERRILLA) || can_replace_with(s, CARTELS, BASE)) remove place CARTELS BASE_GUERRILLA endpiece -- cgit v1.2.3