diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -744,7 +744,7 @@ EVENT 33 stay_eligible current (has_majority_goa()) prompt "Remove up to 3 opposing Units adjacent to Goa." - piece_opt 3 (is_adjacent_to_city(C_GOA, piece_space(p)) && is_enemy_piece(p)) + piece_opt 3 (is_adjacent_to_city(C_GOA, piece_space(p)) && is_enemy_unit(p)) summary_remove endpiece pop_summary |