From eb0432304d2a164b790b5deeefdecd0152f9eb88 Mon Sep 17 00:00:00 2001 From: Mat Date: Tue, 25 Oct 2016 20:54:00 +0200 Subject: [PATCH] Correct the mana cost of Ixidor, Reality Sculptor --- Mage.Sets/src/mage/cards/i/IxidorRealitySculptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/i/IxidorRealitySculptor.java b/Mage.Sets/src/mage/cards/i/IxidorRealitySculptor.java index 382202acfe2..2adf33e4373 100644 --- a/Mage.Sets/src/mage/cards/i/IxidorRealitySculptor.java +++ b/Mage.Sets/src/mage/cards/i/IxidorRealitySculptor.java @@ -62,7 +62,7 @@ public class IxidorRealitySculptor extends CardImpl { } public IxidorRealitySculptor(UUID ownerId, CardSetInfo setInfo) { - super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{U}"); + super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{U}{U}"); this.supertype.add("Legendary"); this.subtype.add("Human");