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);