mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-29 15:32:38 +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
|
@ -43,6 +43,12 @@ class DukeStatueFlash : DukeActor
|
||||||
{
|
{
|
||||||
pic "STATUEFLASH";
|
pic "STATUEFLASH";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override void Initialize()
|
||||||
|
{
|
||||||
|
self.clipdist = 32;
|
||||||
|
self.cstat |= CSTAT_SPRITE_BLOCK_ALL;
|
||||||
|
}
|
||||||
|
|
||||||
override void OnHit(DukeActor proj)
|
override void OnHit(DukeActor proj)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue