Fix AzorsElocutors missing first ability

This commit is contained in:
Steven Knipe 2025-11-05 21:25:19 -08:00
parent cc9a7bafc3
commit d41d9693b4

View file

@ -44,6 +44,7 @@ public final class AzorsElocutors extends CardImpl {
new WinGameSourceControllerEffect(), condition,
"Then if {this} has five or more filibuster counters on it, you win the game"
));
this.addAbility(ability);
// Whenever a source deals damage to you, remove a filibuster counter from Azor's Elocutors.
this.addAbility(new AzorsElocutorsTriggeredAbility());