mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-21 19:21:54 +00:00
SERVER: Remove legacy spawn_zombie_away
implementation
This commit is contained in:
parent
3dffb7f245
commit
44ea39dbe5
1 changed files with 1 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue