added missing hit obituaries to Hexen's Chaos Serpents.

This commit is contained in:
Professor Hastig 2023-09-26 11:38:22 +02:00 committed by Rachael Alexanderson
parent b913003168
commit 40ec46e6ea

View file

@ -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