Projectiles XDeath on +NOBLOOD actors (unsure if bug)

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Projectiles XDeath on +NOBLOOD actors (unsure if bug)

Re: Projectiles XDeath on +NOBLOOD actors (unsure if bug)

by Blue Shadow » Wed Mar 06, 2019 12:32 pm

Upon hitting non-bleeding actors, projectiles enter the Crash state if it exists. If it doesn't, they enter the XDeath state if it exists. And if that doesn't exist, then the Death state is entered.

Projectiles XDeath on +NOBLOOD actors (unsure if bug)

by Turret49 » Tue Mar 05, 2019 9:15 pm

Try using this .wad and shooting an explosive barrel with the rocketlauncher, the rockets should go into their XDeath states and turn into health bonus sprites briefly. I also replaced zombiemen and imps with +NOBLOOD versions so the bug can be observed on them, too.

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
}
Attachments
rockettest.wad
(269 Bytes) Downloaded 21 times

Top