mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
fix missing this turn from Primordial Mist
This commit is contained in:
parent
27d9e7309f
commit
db801dd600
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class PrimordialMistCastFromExileEffect extends AsThoughEffectImpl {
|
|||
|
||||
public PrimordialMistCastFromExileEffect() {
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue