From 229b0652896e3b7f90db2fd7853983f21d5ec5a3 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Fri, 19 Mar 2021 01:31:46 +0800 Subject: [PATCH] Add missing tag for Strife's KneelingGuy. --- wadsrc/static/zscript/actors/strife/strifestuff.zs | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/actors/strife/strifestuff.zs b/wadsrc/static/zscript/actors/strife/strifestuff.zs index 1be3fbc53..55cc472fe 100644 --- a/wadsrc/static/zscript/actors/strife/strifestuff.zs +++ b/wadsrc/static/zscript/actors/strife/strifestuff.zs @@ -1786,6 +1786,7 @@ class KneelingGuy : Actor +NOBLOOD +ISMONSTER +INCOMBAT + Tag "$TAG_KNEELINGGUY"; PainSound "misc/static"; DeathSound "misc/static"; ActiveSound "misc/chant";