diff --git a/Mage.Sets/src/mage/cards/a/AzorsElocutors.java b/Mage.Sets/src/mage/cards/a/AzorsElocutors.java index 633d1c6f776..302d55090ac 100644 --- a/Mage.Sets/src/mage/cards/a/AzorsElocutors.java +++ b/Mage.Sets/src/mage/cards/a/AzorsElocutors.java @@ -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());