mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
[ANA] - fixed ability text
This commit is contained in:
parent
1c95ed3b08
commit
d661b0e1e9
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public final class InspiringCommander extends CardImpl {
|
||||||
Effect effect2 = new DrawCardSourceControllerEffect(1);
|
Effect effect2 = new DrawCardSourceControllerEffect(1);
|
||||||
Ability ability = new EntersBattlefieldControlledTriggeredAbility(
|
Ability ability = new EntersBattlefieldControlledTriggeredAbility(
|
||||||
Zone.BATTLEFIELD, effect1, filter, false);
|
Zone.BATTLEFIELD, effect1, filter, false);
|
||||||
ability.addEffect(effect2);
|
ability.addEffect(effect2.setText("and draw a card"));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue