mirror of
https://github.com/ENSL/NS.git
synced 2024-11-23 04:52:15 +00:00
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:
parent
f98365232b
commit
d6965e1813
1 changed files with 1 additions and 0 deletions
|
@ -692,6 +692,7 @@ void AvHBaseBuildable::Killed(entvars_t* pevAttacker, int iGib)
|
|||
|
||||
this->mKilled = true;
|
||||
this->mInternalSetConstructionComplete = false;
|
||||
this->mTimeOfLastAutoHeal = -1;
|
||||
|
||||
if (!theInReset)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue