Skip to content

Commit 8ae0118

Browse files
authored
Merge pull request #390 from qw-ctf/zomb
ENTS: Start crucified zombies.
2 parents b4174c1 + 74d2070 commit 8ae0118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sp_zombie.c

+2
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,8 @@ void SP_monster_zombie(void)
974974
{
975975
self->s.v.solid = SOLID_SLIDEBOX;
976976
self->s.v.movetype = MOVETYPE_NONE;
977+
walkmonster_start("progs/zombie.mdl");
978+
// This zombie is crucified, and will never start walking so restore model here.
977979
setmodel(self, "progs/zombie.mdl");
978980
zombie_cruc1();
979981
}

0 commit comments

Comments
 (0)