mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed a test failure
This commit is contained in:
parent
163c3277ea
commit
c03571d743
1 changed files with 1 additions and 1 deletions
|
@ -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 can’t 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) {
|
||||||
|
|
Loading…
Reference in a new issue