[ZNR] fixed Ancient Greenwarden text (#7044)

This commit is contained in:
Evan Kranzler 2020-09-21 17:18:39 -04:00
parent 120570df79
commit 0986a98022

View file

@ -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) {