fix missing this turn from Primordial Mist

This commit is contained in:
Ingmar Goudt 2018-09-16 20:25:39 +02:00
parent 27d9e7309f
commit db801dd600

View file

@ -121,7 +121,7 @@ class PrimordialMistCastFromExileEffect extends AsThoughEffectImpl {
public PrimordialMistCastFromExileEffect() { public PrimordialMistCastFromExileEffect() {
super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.EndOfTurn, Outcome.Benefit); super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.EndOfTurn, Outcome.Benefit);
staticText = "Exile a face-down permanent you control face-up. You may play the card from exile"; staticText = "Exile a face-down permanent you control face up: You may play that card this turn.";
} }
public PrimordialMistCastFromExileEffect(final PrimordialMistCastFromExileEffect effect) { public PrimordialMistCastFromExileEffect(final PrimordialMistCastFromExileEffect effect) {