- Duke: make the geisha statues shootable again.

This got lost in the awful spaghetti code somehow.
This commit is contained in:
Christoph Oelckers 2023-02-05 13:35:48 +01:00
parent 2020860ffe
commit ede52f2dde

View file

@ -43,6 +43,12 @@ class DukeStatueFlash : DukeActor
{
pic "STATUEFLASH";
}
override void Initialize()
{
self.clipdist = 32;
self.cstat |= CSTAT_SPRITE_BLOCK_ALL;
}
override void OnHit(DukeActor proj)
{