mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
updated Treasure token text
This commit is contained in:
parent
745b75d603
commit
62d2426267
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public final class TreasureToken extends TokenImpl {
|
|||
}
|
||||
|
||||
public TreasureToken(String setCode, int tokenType) {
|
||||
super("Treasure", "colorless Treasure artifact token with \"{T}, Sacrifice this artifact: Add one mana of any color.\"");
|
||||
super("Treasure", "Treasure token");
|
||||
availableImageSetCodes = tokenImageSets;
|
||||
setOriginalExpansionSetCode(setCode);
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
|
|
Loading…
Reference in a new issue