mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
* Ward of Bones - Fixed wrong casting costs of {1} to {6}.
This commit is contained in:
parent
3b1afebf3e
commit
15d7b1dd97
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue