forked from External/mage
Fixed Imperial Aerosaur double pumping
This commit is contained in:
parent
cab5919203
commit
d5166f6041
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ public class ImperialAerosaur extends CardImpl {
|
|||
Effect effect = new BoostTargetEffect(1, 1, Duration.EndOfTurn);
|
||||
effect.setText("another target creature you control gets +1/+1");
|
||||
EntersBattlefieldTriggeredAbility ability = new EntersBattlefieldTriggeredAbility(effect);
|
||||
ability.addEffect(effect);
|
||||
effect = new GainAbilityTargetEffect(FlyingAbility.getInstance(), Duration.EndOfTurn);
|
||||
effect.setText("and gains flying until end of turn");
|
||||
ability.addEffect(effect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue