- Fixed Spell Description of MorphDown

This commit is contained in:
Sol
2013-11-16 16:02:23 +00:00
parent eb70985551
commit e021e66387
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Name:Swords to Plowshares
ManaCost:W
Types:Instant
A:SP$ ChangeZone | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | RememberLKI$ True | SpellDescription$ Exile target creature. Its controller gains life equal to its power. | SubAbility$ DBGainLife
A:SP$ ChangeZone | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | RememberLKI$ True | SpellDescription$ Exile target creature. Its controller gains life equal to its power. | StackDescription$ SpellDescription | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | Defined$ RememberedController | LifeAmount$ X | References$ X | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:RememberedLKI$CardPower

View File

@@ -184,7 +184,7 @@ public class CardFactoryUtil {
}
};
morphDown.setDescription("(You may cast this face down as a 2/2 creature for 3.)");
morphDown.setDescription("(You may cast this face down as a 2/2 creature for {3}.)");
morphDown.setStackDescription("Morph - Creature 2/2");
morphDown.setCastFaceDown(true);