mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
more "this spell" errata
This commit is contained in:
parent
0b03744573
commit
2dcc50d592
8 changed files with 9 additions and 9 deletions
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue