Skip to content

Commit 40ec46e

Browse files
prof-hastigmadame-rachelle
authored andcommittedSep 26, 2023
added missing hit obituaries to Hexen's Chaos Serpents.
1 parent b913003 commit 40ec46e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎wadsrc/static/zscript/actors/hexen/demons.zs

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Demon1 : Actor
2020
DeathSound "DemonDeath";
2121
ActiveSound "DemonActive";
2222
Obituary "$OB_DEMON1";
23+
HitObituary "$OB_DEMON1HIT";
2324
Tag "$FN_DEMON1";
2425
}
2526

@@ -230,6 +231,7 @@ class Demon2 : Demon1
230231
Default
231232
{
232233
Obituary "$OB_DEMON2";
234+
HitObituary "$OB_DEMON2HIT";
233235
Species "Demon2";
234236
}
235237
States

0 commit comments

Comments
 (0)
Please sign in to comment.