o Fixed a bug where a the hive gained 15% health when it completed after it has been killed before.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@559 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
puzl 2006-07-31 00:46:54 +00:00
parent f98365232b
commit d6965e1813

View file

@ -692,6 +692,7 @@ void AvHBaseBuildable::Killed(entvars_t* pevAttacker, int iGib)
this->mKilled = true;
this->mInternalSetConstructionComplete = false;
this->mTimeOfLastAutoHeal = -1;
if (!theInReset)
{