From 1b762474f08560dd8a63022cebb999e2b04b27de Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 28 Sep 2022 00:21:01 +0200 Subject: [PATCH] - added missing obituary for Strife's turret. --- wadsrc/static/zscript/actors/strife/klaxon.zs | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/actors/strife/klaxon.zs b/wadsrc/static/zscript/actors/strife/klaxon.zs index d6c5a44f2b..dab56f6cdc 100644 --- a/wadsrc/static/zscript/actors/strife/klaxon.zs +++ b/wadsrc/static/zscript/actors/strife/klaxon.zs @@ -45,6 +45,7 @@ class CeilingTurret : Actor +DONTFALL MinMissileChance 150; Tag "$TAG_CEILINGTURRET"; + Obituary "$OB_TURRET"; DeathSound "turret/death"; } States