Skip to content

Commit

Permalink
ENTS: Start crucified zombies.
Browse files Browse the repository at this point in the history
dsvensson committed Jan 25, 2025
1 parent b4174c1 commit 74d2070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sp_zombie.c
Original file line number Diff line number Diff line change
@@ -974,6 +974,8 @@ void SP_monster_zombie(void)
{
self->s.v.solid = SOLID_SLIDEBOX;
self->s.v.movetype = MOVETYPE_NONE;
walkmonster_start("progs/zombie.mdl");
// This zombie is crucified, and will never start walking so restore model here.
setmodel(self, "progs/zombie.mdl");
zombie_cruc1();
}

0 comments on commit 74d2070

Please sign in to comment.