mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[KHM] made Icy Manalith be snow (#7478)
This commit is contained in:
parent
3b057473bc
commit
98f1ed0a4c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ 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.SNOW);
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
this.addAbility(new AnyColorManaAbility());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue