fix Verify Tests

This commit is contained in:
Susucre 2023-10-27 19:23:43 +02:00
parent 91dcb0c24f
commit 1e1070b381
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ public final class JadelightSpelunker extends CardImpl {
this.addAbility(new EntersBattlefieldTriggeredAbility(
new ExploreSourceEffect(ManacostVariableValue.ETB, false, "{it}")
.setText("it explores X times. <i> (To have it explore, reveal the top card of your library. "
+ "Put that card into your hand if its 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.)")
));
}

View file

@ -55,7 +55,7 @@ class SaheeliTheSunsBrillianceEffect extends OneShotEffect {
SaheeliTheSunsBrillianceEffect() {
super(Outcome.Benefit);
staticText = "create a token thats 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. " +
"Sacrifice it at the beginning of the next end step";
}