mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Merge pull request #2500 from jovalec/ixidor_cost_fix
Correct the mana cost of Ixidor, Reality Sculptor
This commit is contained in:
commit
907bb127f3
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…
Reference in a new issue