mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix #13550 (Elspeth, Storm Slayer)
This commit is contained in:
parent
92c5a65124
commit
48ebe42138
1 changed files with 2 additions and 2 deletions
|
|
@ -52,9 +52,9 @@ public final class ElspethStormSlayer extends CardImpl {
|
||||||
CounterType.P1P1.createInstance(), StaticFilters.FILTER_CONTROLLED_CREATURE
|
CounterType.P1P1.createInstance(), StaticFilters.FILTER_CONTROLLED_CREATURE
|
||||||
), 0);
|
), 0);
|
||||||
ability.addEffect(new GainAbilityControlledEffect(
|
ability.addEffect(new GainAbilityControlledEffect(
|
||||||
FlyingAbility.getInstance(), Duration.EndOfTurn,
|
FlyingAbility.getInstance(), Duration.UntilYourNextTurn,
|
||||||
StaticFilters.FILTER_CONTROLLED_CREATURE
|
StaticFilters.FILTER_CONTROLLED_CREATURE
|
||||||
).setText("those creatures gain flying until end of turn"));
|
).setText("those creatures gain flying until your next turn"));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// -3: Destroy target creature an opponent controls with mana value 3 or greater.
|
// -3: Destroy target creature an opponent controls with mana value 3 or greater.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue