actor HDoomMonster
{
	Monster
	+NOBLOOD
	+DONTGIB
	States
	{
	Death:
		TNT1 A 0 A_Jump(128, "XDeath")
		TNT1 A 0 A_Jump(256, "Faint")
	XDeath:
		TNT1 A 0 A_NoBlocking
		TNT1 A -1 ACS_NamedExecuteAlways("SpawnSexActor", 0)
		stop
	Raise:
		stop
	}
}

#include "decorate/monster/imp.txt"
#include "decorate/monster/pinky.txt"
#include "decorate/monster/baroness.txt"
#include "decorate/monster/helldame.txt"
#include "decorate/monster/lostsoul.txt"
#include "decorate/monster/cacodemoness.txt"
#include "decorate/monster/cyberdemoness.txt"
#include "decorate/monster/mancubus.txt"
