more "this spell" errata

This commit is contained in:
Evan Kranzler 2018-04-21 18:24:07 -04:00
parent 0b03744573
commit 2dcc50d592
8 changed files with 9 additions and 9 deletions

View file

@ -62,7 +62,7 @@ public class LandGrant extends CardImpl {
// If you have no land cards in hand, you may reveal your hand rather than pay Land Grant's mana cost.
this.addAbility(new AlternativeCostSourceAbility(new LandGrantReavealCost(), new LandGrantCondition(),
"If you have no land cards in hand, you may reveal your hand rather than pay {this}'s mana cost."));
"If you have no land cards in hand, you may reveal your hand rather than pay this spell's mana cost."));
// Search your library for a Forest card, reveal that card, and put it into your hand. Then shuffle your library.
this.getSpellAbility().addEffect(new SearchLibraryPutInHandEffect(new TargetCardInLibrary(filter), true, true));

View file

@ -110,7 +110,7 @@ public class LiquidFire extends CardImpl {
static class LiquidFireCost extends VariableCostImpl {
public LiquidFireCost() {
super("Choose a Number");
this.text = "As an additional cost to cast {source}, choose a number between 0 and 5";
this.text = "as an additional cost to cast this spell, choose a number between 0 and 5";
}
public LiquidFireCost(final LiquidFireCost cost) {