The same applies by getting killed by an exploding barrel. Obituary/HitObituary are not being utilized in the DECORATE code for the barrel and neither does dying in nukage, lava or slime that damages the player. This neither worked in the modified mod I use or my own mod, so what am I doing wrong?
The examples below:
Code: Select all
OB_BARREL = "%o was in the blast radius of a barrel.";
OB_MPBARREL = "%o was in the blast radius of a barrel.";
OB_KILLEDSELF = "%o fails at self-preservation.";
OB_WATER = "%o attempted to breathe in oxygen from the water but drowned instead.";
OB_LAVA = "%o decided to take a bath in flesh searing lava.";
OB_SLIME = "%o dissolved while wading in corrosive liquid.";
OB_SPLASH = "%o learned the hard way that some weapons deal splash damage.";
OB_R_SPLASH = "%o failed to put enough distance from %h rocket.";
OB_ROCKET = "%o learned the hard way with a rocket.";