mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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);
|
||||
Ability ability = new EntersBattlefieldControlledTriggeredAbility(
|
||||
Zone.BATTLEFIELD, effect1, filter, false);
|
||||
ability.addEffect(effect2);
|
||||
ability.addEffect(effect2.setText("and draw a card"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue