ACTOR NewBaronofHell2 : BaronofHell2 Replaces BaronofHell2
{
	States
	{
	Death.Head:
	    TNT1 A 0 A_JumpIfInTargetInventory("HasFreezerWeapon", 1, "Death.Freeze")
		Goto Super::Death.Head
	}
}

ACTOR BaronofHellDamaged : BaronofHell2
{
	Health 150
	Speed 2
	States
	{
	Death.Head:
	    TNT1 A 0 A_JumpIfInTargetInventory("HasFreezerWeapon", 1, "Death.Freeze")
		Goto Super::Death.Head
	}
}