From a1ee40c4feec98a6b6826803f9e7b8c58e3fe77d Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Tue, 8 Apr 2025 08:46:36 -0400 Subject: Fix shaded 5 unit selection --- events.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 8d6f306..fa1387d 100644 --- a/events.txt +++ b/events.txt @@ -112,7 +112,7 @@ SHADED 5 stay_eligible current DS prompt "Replace up to 3 opposing Units adjacent to Chittor." - piece_undo_opt 3 (is_adjacent_to_city(C_CHITTOR, piece_space(p)) && is_enemy_piece(p)) + piece_undo_opt 3 (is_adjacent_to_city(C_CHITTOR, piece_space(p)) && is_enemy_unit(p)) replace DS TROOPS endpiece prompt "Place a Qasbah in Rajput Kingdoms." -- cgit v1.2.3