summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-04-17 09:07:40 -0400
committerJoël Simoneau <simoneaujoel@gmail.com>2025-04-17 09:07:40 -0400
commitb6ce67cf71142bfe04b25f11b3958001425b0c37 (patch)
treee90b5b54e8f6ca0f1a355039301ed783e3e9468d /rules.js
parentb579ce5515ea4320895f87243dafcf2a2af26e20 (diff)
downloadvijayanagara-b6ce67cf71142bfe04b25f11b3958001425b0c37.tar.gz
Fix Event 33 units
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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 ],