mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-14 16:40:52 +00:00
Duke: Fixed statnum for the geisha statues.
This commit is contained in:
parent
adfbae8fbe
commit
1299a373de
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue