mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-23 20:42:45 +00:00
- Duke: make the geisha statues shootable again.
This got lost in the awful spaghetti code somehow.
This commit is contained in:
parent
2020860ffe
commit
ede52f2dde
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ class DukeStatueFlash : DukeActor
|
|||
pic "STATUEFLASH";
|
||||
}
|
||||
|
||||
override void Initialize()
|
||||
{
|
||||
self.clipdist = 32;
|
||||
self.cstat |= CSTAT_SPRITE_BLOCK_ALL;
|
||||
}
|
||||
|
||||
override void OnHit(DukeActor proj)
|
||||
{
|
||||
self.lotsofcolourglass(40);
|
||||
|
|
Loading…
Reference in a new issue