From 51a493f3f073b58640eecf974ee24645b6c12cd1 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sat, 31 May 2014 13:42:22 +0200 Subject: [PATCH] * Iroas, God of Victory - Added missing "Enchantment" cardtype, removed wrong supertype "Enhantment". --- .../src/mage/sets/journeyintonyx/IroasGodOfVictory.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/IroasGodOfVictory.java b/Mage.Sets/src/mage/sets/journeyintonyx/IroasGodOfVictory.java index edf9220e69e..03ed851e3db 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/IroasGodOfVictory.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/IroasGodOfVictory.java @@ -62,10 +62,9 @@ public class IroasGodOfVictory extends CardImpl { } public IroasGodOfVictory(UUID ownerId) { - super(ownerId, 150, "Iroas, God of Victory", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{2}{R}{W}"); + super(ownerId, 150, "Iroas, God of Victory", Rarity.MYTHIC, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{2}{R}{W}"); this.expansionSetCode = "JOU"; - this.supertype.add("Legendary"); - this.supertype.add("Enhantment"); + this.supertype.add("Legendary"); this.subtype.add("God"); this.color.setRed(true);