mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
- Cost fix
This commit is contained in:
parent
322f4df8a4
commit
15445837a6
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ import mage.watchers.WatcherImpl;
|
|||
public class MaelstromNexus extends CardImpl<MaelstromNexus> {
|
||||
|
||||
public MaelstromNexus(UUID ownerId) {
|
||||
super(ownerId, 130, "Maelstrom Nexus", Rarity.MYTHIC, new CardType[]{CardType.ENCHANTMENT}, "{G}");
|
||||
super(ownerId, 130, "Maelstrom Nexus", Rarity.MYTHIC, new CardType[]{CardType.ENCHANTMENT}, "{W}{U}{B}{R}{G}");
|
||||
this.expansionSetCode = "ARB";
|
||||
|
||||
this.color.setRed(true);
|
||||
|
|
Loading…
Reference in a new issue