mirror of
https://github.com/magefree/mage.git
synced 2026-01-21 02:39:54 -08: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) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{U}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{U}{U}");
|
||||
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Human");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue