From 15445837a67c05b8358fd690b285ffad6f482e27 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 8 Jul 2013 15:10:44 -0500 Subject: [PATCH] - Cost fix --- Mage.Sets/src/mage/sets/alarareborn/MaelstromNexus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/alarareborn/MaelstromNexus.java b/Mage.Sets/src/mage/sets/alarareborn/MaelstromNexus.java index 6a29e18a59..dbf552386b 100644 --- a/Mage.Sets/src/mage/sets/alarareborn/MaelstromNexus.java +++ b/Mage.Sets/src/mage/sets/alarareborn/MaelstromNexus.java @@ -52,7 +52,7 @@ import mage.watchers.WatcherImpl; public class MaelstromNexus extends CardImpl { 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);