fixed a test failure

This commit is contained in:
Evan Kranzler 2021-03-14 12:28:10 -04:00
parent 163c3277ea
commit c03571d743

View file

@ -120,7 +120,7 @@ class HedonistsTroveCastNonlandCardsEffect extends AsThoughEffectImpl {
HedonistsTroveCastNonlandCardsEffect() { HedonistsTroveCastNonlandCardsEffect() {
super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.WhileOnBattlefield, Outcome.Benefit); super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.WhileOnBattlefield, Outcome.Benefit);
staticText = "You may cast spells from among cards exiled with {this}. " + staticText = "You may cast spells from among cards exiled with {this}. " +
"You cant cast more than one spell this way each turn."; "You can't cast more than one spell this way each turn.";
} }
private HedonistsTroveCastNonlandCardsEffect(final HedonistsTroveCastNonlandCardsEffect effect) { private HedonistsTroveCastNonlandCardsEffect(final HedonistsTroveCastNonlandCardsEffect effect) {