* Dazzling Ramparts - Fixed Casting costs from {1}{W} to {4}{W}.

This commit is contained in:
LevelX2 2014-09-17 19:45:28 +02:00
parent f9f49e9c00
commit f9147ff89c

View file

@ -48,7 +48,7 @@ import mage.target.common.TargetCreaturePermanent;
public class DazzlingRamparts extends CardImpl {
public DazzlingRamparts(UUID ownerId) {
super(ownerId, 6, "Dazzling Ramparts", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{W}");
super(ownerId, 6, "Dazzling Ramparts", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{4}{W}");
this.expansionSetCode = "KTK";
this.subtype.add("Wall");