feedback from Comments

This commit is contained in:
richard.coates 2018-04-18 17:50:19 +02:00
parent fde9eb62e9
commit 1dde98fcc2

View file

@ -111,7 +111,7 @@ class PrecognitionFieldTopCardCastEffect extends AsThoughEffectImpl {
public PrecognitionFieldTopCardCastEffect() {
super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.WhileOnBattlefield, Outcome.Benefit);
staticText = "You may cast the top card of your library if its an instant or sorcery card.;
staticText = "You may cast the top card of your library if its an instant or sorcery card.";
}
public PrecognitionFieldTopCardCastEffect(final PrecognitionFieldTopCardCastEffect effect) {