mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[KHM] fixed Svella, Ice Shaper token being legendary (fixes #7478)
This commit is contained in:
parent
3b8e67c670
commit
3b057473bc
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ public final class IcyManalithToken extends TokenImpl {
|
||||||
|
|
||||||
public IcyManalithToken() {
|
public IcyManalithToken() {
|
||||||
super("Icy Manalith", "colorless snow artifact token named Icy Manalith with \"{T}: Add one mana of any color.\"");
|
super("Icy Manalith", "colorless snow artifact token named Icy Manalith with \"{T}: Add one mana of any color.\"");
|
||||||
this.addSuperType(SuperType.LEGENDARY);
|
|
||||||
cardType.add(CardType.ARTIFACT);
|
cardType.add(CardType.ARTIFACT);
|
||||||
this.addAbility(new AnyColorManaAbility());
|
this.addAbility(new AnyColorManaAbility());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue