From b6ce67cf71142bfe04b25f11b3958001425b0c37 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 17 Apr 2025 09:07:40 -0400 Subject: Fix Event 33 units --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 94951da..1d776a0 100644 --- a/rules.js +++ b/rules.js @@ -6904,7 +6904,7 @@ CODE[33 * 2 + 0] = [ [ vm_stay_eligible ], [ vm_current, ()=>(has_majority_goa()) ], [ vm_prompt, "Remove up to 3 opposing Units adjacent to Goa." ], - [ vm_piece, false, 0, 3, (p,s)=>(is_adjacent_to_city(C_GOA, piece_space(p)) && is_enemy_piece(p)) ], + [ vm_piece, false, 0, 3, (p,s)=>(is_adjacent_to_city(C_GOA, piece_space(p)) && is_enemy_unit(p)) ], [ vm_summary_remove ], [ vm_endpiece ], [ vm_pop_summary ], -- cgit v1.2.3