This commit is contained in:
Your Name 2020-08-12 02:39:05 -06:00
parent 432427dd99
commit eaf29c072e

View File

@ -63,10 +63,13 @@ connected()
The callback hook for when the bot gets killed. The callback hook for when the bot gets killed.
*/ */
onKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration) onKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration)
{
if (isDefined(self.bot_anim))
{ {
self botsDeleteFakeAnim(); self botsDeleteFakeAnim();
wait 0.05; wait 0.05;
} }
}
/* /*
The callback hook when the bot gets damaged. The callback hook when the bot gets damaged.