mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Mycosynth Golem - Fixed wrong casting costs.
This commit is contained in:
parent
b8b5d27309
commit
f18b06e044
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue