Merge pull request #2500 from jovalec/ixidor_cost_fix

Correct the mana cost of Ixidor, Reality Sculptor
This commit is contained in:
LevelX2 2016-10-26 09:52:40 +02:00 committed by GitHub
commit 907bb127f3

View file

@ -62,7 +62,7 @@ public class IxidorRealitySculptor extends CardImpl {
} }
public IxidorRealitySculptor(UUID ownerId, CardSetInfo setInfo) { 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.supertype.add("Legendary");
this.subtype.add("Human"); this.subtype.add("Human");