mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Fix Ardoz, Cobbler of War ability text
This commit is contained in:
parent
33ded4622e
commit
45eafed123
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public final class ArdozCobblerOfWar extends CardImpl {
|
|||
.setText("that creature gets +2/+0 until end of turn"),
|
||||
StaticFilters.FILTER_CONTROLLED_A_CREATURE, false,
|
||||
SetTargetPointer.PERMANENT, true
|
||||
));
|
||||
).setTriggerPhrase("Whenever {this} or another creature enters the battlefield under your control, "));
|
||||
|
||||
// {3}{R}: Create a 1/1 red Goblin creature token with haste. Activate only as sorcery.
|
||||
this.addAbility(new ActivateAsSorceryActivatedAbility(
|
||||
|
|
Loading…
Reference in a new issue