Implemented Revel in Riches, added Treasure tokens

This commit is contained in:
Evan Kranzler 2017-08-30 18:06:06 -04:00
parent 218eb09a94
commit e4cf16f338
5 changed files with 159 additions and 1 deletions

View file

@ -57,7 +57,7 @@ public class GoldToken extends Token {
}
public GoldToken(String setCode, int tokenType) {
super("Gold", "colorless artifact token named Gold onto the battlefield. It has \"Sacrifice this artifact: Add one mana of any color to your mana pool.\"");
super("Gold", "colorless artifact token named Gold with \"Sacrifice this artifact: Add one mana of any color to your mana pool.\"");
availableImageSetCodes = tokenImageSets;
setOriginalExpansionSetCode(setCode);
cardType.add(CardType.ARTIFACT);