updated Treasure token text

This commit is contained in:
Evan Kranzler 2019-07-08 16:46:11 -04:00
parent 745b75d603
commit 62d2426267

View file

@ -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);