mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix AzorsElocutors missing first ability
This commit is contained in:
parent
cc9a7bafc3
commit
d41d9693b4
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue