mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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() {
|
||||
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);
|
||||
this.addAbility(new AnyColorManaAbility());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue