//=================================================================================================
//
// Max. health bonus
//
//=================================================================================================
ACTOR MaxHealthBonus : Health 5090
{
	Game Doom
	Game Heretic
	Game Hexen
	SpawnID 166
	+COUNTITEM
	+INVENTORY.ALWAYSPICKUP
	Inventory.Amount 1
	Inventory.MaxAmount 250
	Health 250
	Inventory.PickupMessage "Picked up a max health bonus."
	Inventory.PickupSound "misc/health_pkup"
	States
	{
	Spawn:
		BON3 ABCDCB 6
		Loop
	}
}

ACTOR FlyingSoolSpheer : Soulsphere replaces Soulsphere //required for d2dm6
{
 +NOGRAVITY
}