mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Correct the mana cost of Ixidor, Reality Sculptor
This commit is contained in:
parent
a399537772
commit
eb0432304d
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue