SERVER: Remove legacy spawn_zombie_away implementation

This commit is contained in:
cypress 2024-04-20 15:23:06 -07:00 committed by GitHub
parent 3dffb7f245
commit 44ea39dbe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,20 +144,6 @@ void() trigger_activator_touch =
tempcount = 1;
tempstring = "";
t = world;
do
{
t = find (t, classname, "spawn_zombie");
if (!t)
{
breakthis = 1;
}
if (t.classname == "spawn_zombie")
{
t.classname = "spawn_zombie_away";
/*if (cvar("developer"))
setmodel(t, "progs/player.mdl");*/
}
} while (!breakthis);
if (self.target2)
tempcount =+ 1;