mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
* Iroas, God of Victory - Added missing "Enchantment" cardtype, removed wrong supertype "Enhantment".
This commit is contained in:
parent
da3936abfb
commit
51a493f3f0
1 changed files with 2 additions and 3 deletions
|
@ -62,10 +62,9 @@ public class IroasGodOfVictory extends CardImpl<IroasGodOfVictory> {
|
||||||
}
|
}
|
||||||
|
|
||||||
public IroasGodOfVictory(UUID ownerId) {
|
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.expansionSetCode = "JOU";
|
||||||
this.supertype.add("Legendary");
|
this.supertype.add("Legendary");
|
||||||
this.supertype.add("Enhantment");
|
|
||||||
this.subtype.add("God");
|
this.subtype.add("God");
|
||||||
|
|
||||||
this.color.setRed(true);
|
this.color.setRed(true);
|
||||||
|
|
Loading…
Reference in a new issue