fixed enemy spawning when killing the female NPCs.

This commit is contained in:
Christoph Oelckers 2024-01-04 17:12:26 +01:00
parent ac8e80e52f
commit 663bc0f18b

View file

@ -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);