forked from External/mage
Implemented Revel in Riches, added Treasure tokens
This commit is contained in:
parent
218eb09a94
commit
e4cf16f338
5 changed files with 159 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue