-fix issue 219 (Tokens rarity)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-03 14:08:20 +00:00
parent 5020d41023
commit 6c50c3d02a
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Token::Token(string _name, MTGCardInstance * source, int _power, int _toughness)
toughness = _toughness;
life=toughness;
lifeOrig = life;
rarity = Constants::RARITY_T;
name = _name;
setMTGId(- source->getMTGId());
setId = source->setId;