This commit is contained in:
Your Name 2020-08-12 10:48:15 -06:00
parent eaf29c072e
commit e5cad564ca

View File

@ -66,7 +66,10 @@ onKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc,
{ {
if (isDefined(self.bot_anim)) if (isDefined(self.bot_anim))
{ {
hidden = self isFakeAnimHidden();
self botsDeleteFakeAnim(); self botsDeleteFakeAnim();
if (!hidden)
wait 0.05; wait 0.05;
} }
} }