Skip to content

Commit

Permalink
fixed enemy spawning when killing the female NPCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 4, 2024
1 parent ac8e80e commit 663bc0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wadsrc/static/zscript/games/duke/actors/dukestuff/females.zs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class DukeFemBase : DukeActor

override void Initialize(DukeActor spawner)
{
self.yint = self.hitag;
self.hitag = -1;
self.cstat |= CSTAT_SPRITE_BLOCK_ALL;
self.clipdist = 8;
self.ChangeStat(STAT_ZOMBIEACTOR);
Expand Down

0 comments on commit 663bc0f

Please sign in to comment.