mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
* Supend - Fixed that the haste ability lasted also if a creature brought into play by supend if the creature leftz and returned the battlefield by another effect than suspend.
This commit is contained in:
parent
328c6bd461
commit
411ea27772
2 changed files with 7 additions and 10 deletions
|
|
@ -28,8 +28,6 @@
|
|||
package mage.sets.timespiral;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
||||
|
|
@ -38,6 +36,8 @@ import mage.abilities.effects.common.ReturnToHandTargetEffect;
|
|||
import mage.abilities.keyword.FlyingAbility;
|
||||
import mage.abilities.keyword.SuspendAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
import mage.target.TargetPermanent;
|
||||
|
||||
/**
|
||||
|
|
@ -62,7 +62,7 @@ public class RiftwingCloudskate extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Suspend 3-{1}{U}
|
||||
this.addAbility(new SuspendAbility(3, new ManaCostsImpl("{1}{U}"),this));
|
||||
this.addAbility(new SuspendAbility(3, new ManaCostsImpl("{1}{U}"), this));
|
||||
}
|
||||
|
||||
public RiftwingCloudskate(final RiftwingCloudskate card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue