mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fix AEtherling
unblockability only lasts until end of turn
This commit is contained in:
parent
f83cb32ed3
commit
43e33bb27f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public class AEtherling extends CardImpl {
|
|||
// {U}: Exile AEtherling. Return it to the battlefield under its owner's control at the beginning of the next end step.
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new ExileReturnToBattlefieldOwnerNextEndStepEffect(true), new ManaCostsImpl("{U}")));
|
||||
// {U}: AEtherling can't be blocked this turn
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new CantBeBlockedSourceEffect(), new ManaCostsImpl("{U}")));
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new CantBeBlockedSourceEffect(Duration.EndOfTurn), new ManaCostsImpl("{U}")));
|
||||
// {1}: AEtherling gets +1/-1 until end of turn.
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new BoostSourceEffect(1, -1, Duration.EndOfTurn), new ManaCostsImpl("{1}")));
|
||||
// {1}: AEtherling gets -1/+1 until end of turn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue