fixed an error in the reseting of setToughness, kind of a dumb error on my part because i was originally the coder :P

a creatures life and toughness are tied together, if you do not change both then the creature lives on.
This commit is contained in:
omegablast2002@yahoo.com
2012-11-27 01:53:41 +00:00
parent ca446adf75
commit a87377b25a

View File

@@ -3844,7 +3844,7 @@ int ATransformer::destroy()
}
if(newtoughnessfound )
{
_target->toughness = oldtoughness;
_target->setToughness(oldtoughness);
}
if(newAbilityFound)
{