Added obituaries to ID24 monsters

Renamed the language identifiers of the ID24 monsters to match the ones used by Legacy of Rust in DOOM + DOOM II.
This commit is contained in:
Owlet7 2025-05-06 18:03:36 +03:00 committed by Ricardo Luís Vaz Silva
commit 6564fa04e1
6 changed files with 12 additions and 6 deletions

View file

@ -35,7 +35,8 @@ class ID24Banshee : Actor
SeeSound "monsters/banshee/sight";
PainSound "monsters/banshee/pain";
DeathSound "monsters/banshee/death";
Tag "$FN_ID24BANSHEE";
// SelfObituary "$ID24_OB_BANSHEE";
Tag "$ID24_CC_BANSHEE";
}
States
{

View file

@ -36,7 +36,8 @@ class ID24Ghoul : Actor
PainSound "monsters/ghoul/pain";
DeathSound "monsters/ghoul/death";
ActiveSound "monsters/ghoul/active";
Tag "$FN_ID24GHOUL";
Obituary "$ID24_OB_GHOUL";
Tag "$ID24_CC_GHOUL";
}
States
{

View file

@ -34,7 +34,8 @@ class ID24Mindweaver : Actor
PainSound "monsters/mindweaver/pain";
DeathSound "monsters/mindweaver/death";
ActiveSound "monsters/mindweaver/active";
Tag "$FN_ID24MINDWEAVER";
Obituary "$ID24_OB_MINDWEAVER";
Tag "$ID24_CC_MINDWEAVER";
}
States
{

View file

@ -33,7 +33,8 @@ class ID24PlasmaGuy : Actor
PainSound "monsters/plasmaguy/pain";
DeathSound "monsters/plasmaguy/death";
ActiveSound "monsters/plasmaguy/active";
Tag "$FN_ID24PLASMAGUY";
Obituary "$ID24_OB_SHOCKTROOPER";
Tag "$ID24_CC_SHOCKTROOPER";
}
States
{

View file

@ -31,7 +31,8 @@ class ID24Tyrant : Cyberdemon
PainSound "monsters/tyrant/pain";
DeathSound "monsters/tyrant/death";
ActiveSound "monsters/tyrant/active";
Tag "$FN_ID24TYRANT";
Obituary "$ID24_OB_TYRANT";
Tag "$ID24_CC_TYRANT";
}
States
{

View file

@ -35,7 +35,8 @@ class ID24Vassago : Actor
PainSound "monsters/vassago/pain";
DeathSound "monsters/vassago/death";
ActiveSound "monsters/vassago/active";
Tag "$FN_ID24VASSAGO";
Obituary "$ID24_OB_VASSAGO";
Tag "$ID24_CC_VASSAGO";
}
States
{