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:
parent
d3ecb5b86c
commit
6564fa04e1
6 changed files with 12 additions and 6 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue