Duke: Fixed statnum for the geisha statues.

This commit is contained in:
Christoph Oelckers 2023-12-17 13:11:57 +01:00
parent adfbae8fbe
commit 1299a373de

View file

@ -251,6 +251,7 @@ class DukeStatue : DukeActor
{
self.clipdist = 32;
self.cstat |= CSTAT_SPRITE_BLOCK_ALL;
self.ChangeStat(STAT_ACTOR);
}
override void OnHit(DukeActor proj)