mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
fix Verify Tests
This commit is contained in:
parent
91dcb0c24f
commit
1e1070b381
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ public final class JadelightSpelunker extends CardImpl {
|
||||||
this.addAbility(new EntersBattlefieldTriggeredAbility(
|
this.addAbility(new EntersBattlefieldTriggeredAbility(
|
||||||
new ExploreSourceEffect(ManacostVariableValue.ETB, false, "{it}")
|
new ExploreSourceEffect(ManacostVariableValue.ETB, false, "{it}")
|
||||||
.setText("it explores X times. <i> (To have it explore, reveal the top card of your library. "
|
.setText("it explores X times. <i> (To have it explore, reveal the top card of your library. "
|
||||||
+ "Put that card into your hand if it’s a land. Otherwise, put a +1/+1 counter on that creature, "
|
+ "Put that card into your hand if it's a land. Otherwise, put a +1/+1 counter on that creature, "
|
||||||
+ "then put the card back or put it into your graveyard.)")
|
+ "then put the card back or put it into your graveyard.)")
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ class SaheeliTheSunsBrillianceEffect extends OneShotEffect {
|
||||||
|
|
||||||
SaheeliTheSunsBrillianceEffect() {
|
SaheeliTheSunsBrillianceEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
staticText = "create a token that’s a copy of another target creature or artifact you control, " +
|
staticText = "create a token that' a copy of another target creature or artifact you control, " +
|
||||||
"except it's an artifact in addition to its other types. It gains haste. " +
|
"except it's an artifact in addition to its other types. It gains haste. " +
|
||||||
"Sacrifice it at the beginning of the next end step";
|
"Sacrifice it at the beginning of the next end step";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue