From 40ec46e6ea97ded492e6051393b7cfa09d1b15b9 Mon Sep 17 00:00:00 2001 From: Professor Hastig Date: Tue, 26 Sep 2023 11:38:22 +0200 Subject: [PATCH] added missing hit obituaries to Hexen's Chaos Serpents. --- wadsrc/static/zscript/actors/hexen/demons.zs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wadsrc/static/zscript/actors/hexen/demons.zs b/wadsrc/static/zscript/actors/hexen/demons.zs index 08f81b2a8..41fdf8873 100644 --- a/wadsrc/static/zscript/actors/hexen/demons.zs +++ b/wadsrc/static/zscript/actors/hexen/demons.zs @@ -20,6 +20,7 @@ class Demon1 : Actor DeathSound "DemonDeath"; ActiveSound "DemonActive"; Obituary "$OB_DEMON1"; + HitObituary "$OB_DEMON1HIT"; Tag "$FN_DEMON1"; } @@ -230,6 +231,7 @@ class Demon2 : Demon1 Default { Obituary "$OB_DEMON2"; + HitObituary "$OB_DEMON2HIT"; Species "Demon2"; } States