* Ward of Bones - Fixed wrong casting costs of {1} to {6}.

This commit is contained in:
LevelX2 2014-12-16 13:21:47 +01:00
parent 3b1afebf3e
commit 15d7b1dd97

View file

@ -55,7 +55,7 @@ import mage.players.Player;
public class WardOfBones extends CardImpl {
public WardOfBones(UUID ownerId) {
super(ownerId, 174, "Ward of Bones", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{1}");
super(ownerId, 174, "Ward of Bones", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{6}");
this.expansionSetCode = "EVE";
// Each opponent who controls more creatures than you can't play creature cards. The same is true for artifacts, enchantments, and lands.