mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- applied Maulotaur obituary text from https://forum.zdoom.org/viewtopic.php?f=2&t=56959
This commit is contained in:
parent
490d7e3a35
commit
f65c651ffd
2 changed files with 4 additions and 0 deletions
|
@ -711,6 +711,8 @@ OB_IRONLICH = "%o was devastated by an ironlich.";
|
|||
OB_IRONLICHHIT = "%o got up-close and personal with an ironlich.";
|
||||
OB_BONEKNIGHT = "%o was axed by an undead warrior.";
|
||||
OB_BONEKNIGHTHIT = "%o was slain by an undead warrior.";
|
||||
OB_MINOTAUR = "%o was blasted into cinders by a Maulotaur.";
|
||||
OB_MINOTAURHIT = "%o was pulped by a Maulotaur.";
|
||||
OB_MUMMY = "%o was smashed by a golem.";
|
||||
OB_MUMMYLEADER = "%o was shrieked to death by a nitrogolem.";
|
||||
OB_SNAKE = "%o was rattled by an ophidian.";
|
||||
|
|
|
@ -28,6 +28,8 @@ class Minotaur : Actor
|
|||
ActiveSound "minotaur/active";
|
||||
DropItem "ArtiSuperHealth", 51;
|
||||
DropItem "PhoenixRodAmmo", 84, 10;
|
||||
Obituary "$OB_MINOTAUR";
|
||||
HitObituary "$OB_MINOTAURHIT";
|
||||
}
|
||||
|
||||
States
|
||||
|
|
Loading…
Reference in a new issue