From 43937e433852355dc3f83e0b070c54bfc9abb4cd Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Tue, 16 Mar 2021 04:55:03 +0800 Subject: [PATCH] Add missing tag for the sub-Entity bosses. This was missed in the previous commit. --- wadsrc/static/zscript/actors/strife/entityboss.zs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actors/strife/entityboss.zs b/wadsrc/static/zscript/actors/strife/entityboss.zs index 406873fa44..70e176c4a7 100644 --- a/wadsrc/static/zscript/actors/strife/entityboss.zs +++ b/wadsrc/static/zscript/actors/strife/entityboss.zs @@ -91,7 +91,7 @@ class EntityBoss : SpectralMonster MinMissileChance 150; RenderStyle "Translucent"; Alpha 0.5; - TAG "$TAG_ENTITY"; + Tag "$TAG_ENTITY"; SeeSound "entity/sight"; AttackSound "entity/melee"; PainSound "entity/pain"; @@ -242,6 +242,7 @@ class EntitySecond : SpectralMonster MinMissileChance 150; RenderStyle "Translucent"; Alpha 0.25; + Tag "$TAG_ENTITY"; SeeSound "alienspectre/sight"; AttackSound "alienspectre/blade"; PainSound "alienspectre/pain";