mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +00:00
* Dazzling Ramparts - Fixed Casting costs from {1}{W} to {4}{W}.
This commit is contained in:
parent
f9f49e9c00
commit
f9147ff89c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import mage.target.common.TargetCreaturePermanent;
|
||||||
public class DazzlingRamparts extends CardImpl {
|
public class DazzlingRamparts extends CardImpl {
|
||||||
|
|
||||||
public DazzlingRamparts(UUID ownerId) {
|
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.expansionSetCode = "KTK";
|
||||||
this.subtype.add("Wall");
|
this.subtype.add("Wall");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue