mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
[ZNR] fixed Ancient Greenwarden text (#7044)
This commit is contained in:
parent
120570df79
commit
0986a98022
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public class PlayLandsFromGraveyardEffect extends ContinuousEffectImpl {
|
|||
|
||||
public PlayLandsFromGraveyardEffect() {
|
||||
super(Duration.WhileOnBattlefield, Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, Outcome.AddAbility);
|
||||
this.staticText = "You may play land cards from your graveyard";
|
||||
this.staticText = "You may play lands from your graveyard";
|
||||
}
|
||||
|
||||
public PlayLandsFromGraveyardEffect(final PlayLandsFromGraveyardEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue