* Mycosynth Golem - Fixed wrong casting costs.

This commit is contained in:
LevelX2 2014-07-05 20:40:50 +02:00
parent b8b5d27309
commit f18b06e044

View file

@ -51,7 +51,7 @@ import mage.game.events.GameEvent;
public class MycosynthGolem extends CardImpl { public class MycosynthGolem extends CardImpl {
public MycosynthGolem(UUID ownerId) { public MycosynthGolem(UUID ownerId) {
super(ownerId, 137, "Mycosynth Golem", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{1}"); super(ownerId, 137, "Mycosynth Golem", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{11}");
this.expansionSetCode = "5DN"; this.expansionSetCode = "5DN";
this.subtype.add("Golem"); this.subtype.add("Golem");