This behaviour seems to have been around for a long time, so it could be intentional?
Code: Select all
actor rocket2 : rocket replaces rocket
{
States
{
XDeath:
BON1 AB 8
Stop
}
}
actor nonbleedingimp : doomimp replaces doomimp
{
+NOBLOOD
}
actor nonbleedingzombieman : zombieman replaces zombieman
{
+NOBLOOD
}