forked from External/mage
fixed a test failure
This commit is contained in:
parent
f5141843ff
commit
7fa8540cec
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ public final class BiolumeEgg extends CardImpl {
|
|||
this.addAbility(new EntersBattlefieldTriggeredAbility(new ScryEffect(2)));
|
||||
|
||||
// When you sacrifice Biolume Egg, return it to the battlefield transformed under its owner's control at the beginning of the next end step.
|
||||
this.addAbility(new TransformAbility());
|
||||
this.addAbility(new SacrificeSourceTriggeredAbility(new CreateDelayedTriggeredAbilityEffect(
|
||||
new AtTheBeginOfNextEndStepDelayedTriggeredAbility(new ReturnLoyalCatharEffect()), true
|
||||
).setText("return it to the battlefield transformed under its owner's control at the beginning of the next end step"), false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue