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:
@@ -3844,7 +3844,7 @@ int ATransformer::destroy()
|
|||||||
}
|
}
|
||||||
if(newtoughnessfound )
|
if(newtoughnessfound )
|
||||||
{
|
{
|
||||||
_target->toughness = oldtoughness;
|
_target->setToughness(oldtoughness);
|
||||||
}
|
}
|
||||||
if(newAbilityFound)
|
if(newAbilityFound)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user