moved parsing of the power and toughness for token gen into the resolve.

This commit is contained in:
omegablast2002@yahoo.com
2011-03-30 19:25:48 +00:00
parent cba0c1218f
commit 6881787d7d
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -1818,7 +1818,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
who = 2;
}
ATokenCreator * tok = NEW ATokenCreator(id, card,target, NULL, sname, stypes, power + value, toughness + value, sabilities, 0,starfound,
multiplier, who,aLivingWeapon);
multiplier, who,aLivingWeapon,spt);
tok->oneShot = 1;
if(aLivingWeapon)
tok->forceDestroy = 1;