mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +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 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.subtype.add("Golem");
|
||||
|
||||
|
|
Loading…
Reference in a new issue