SERVER: Fix Deadshot targetting dead zombies

This commit is contained in:
Ian 2023-09-09 14:18:24 -04:00
parent 925662c384
commit 973d60eb9b

View file

@ -1108,6 +1108,7 @@ void(entity ent) Zombie_Death_Cleanup = {
ent.movetype = MOVETYPE_NONE;
ent.takedamage = DAMAGE_NO;
ent.head.classname = "";
ent.head.solid = SOLID_NOT;
ent.head.movetype = MOVETYPE_NONE;
ent.head.takedamage = DAMAGE_NO;