mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 13:51:52 +00:00
- added missing obituary for Strife's turret.
This commit is contained in:
parent
69b9f107f0
commit
1b762474f0
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class CeilingTurret : Actor
|
||||||
+DONTFALL
|
+DONTFALL
|
||||||
MinMissileChance 150;
|
MinMissileChance 150;
|
||||||
Tag "$TAG_CEILINGTURRET";
|
Tag "$TAG_CEILINGTURRET";
|
||||||
|
Obituary "$OB_TURRET";
|
||||||
DeathSound "turret/death";
|
DeathSound "turret/death";
|
||||||
}
|
}
|
||||||
States
|
States
|
||||||
|
|
Loading…
Reference in a new issue