mirror of
https://github.com/correl/mage.git
synced 2025-04-11 09:11:12 -09: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…
Add table
Reference in a new issue