mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
added missing hit obituaries to Hexen's Chaos Serpents.
This commit is contained in:
parent
b913003168
commit
40ec46e6ea
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue