forked from External/mage
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,
|
new WinGameSourceControllerEffect(), condition,
|
||||||
"Then if {this} has five or more filibuster counters on it, you win the game"
|
"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.
|
// Whenever a source deals damage to you, remove a filibuster counter from Azor's Elocutors.
|
||||||
this.addAbility(new AzorsElocutorsTriggeredAbility());
|
this.addAbility(new AzorsElocutorsTriggeredAbility());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue