mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
feedback from Comments
This commit is contained in:
parent
fde9eb62e9
commit
1dde98fcc2
1 changed files with 1 additions and 1 deletions
|
@ -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 it’s an instant or sorcery card.;
|
||||
staticText = "You may cast the top card of your library if it’s an instant or sorcery card.";
|
||||
}
|
||||
|
||||
public PrecognitionFieldTopCardCastEffect(final PrecognitionFieldTopCardCastEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue