//------------------------------------------------------------------------------
actor SkullHang70 17
{
	Game Heretic
	Height 70
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		SKH1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor SkullHang60 24
{
	Game Heretic
	Height 60
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		SKH2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor SkullHang45 25
{
	Game Heretic
	Height 45
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		SKH3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor SkullHang35 26
{
	Game Heretic
	Height 35
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		SKH4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor Chandelier 28
{
	Game Heretic
	Height 60
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CHDL ABC 4
		Loop
	}
}

//------------------------------------------------------------------------------
actor SerpentTorch 27
{
	Game Heretic
	Radius 12
	Height 54
	+Solid
	states
	{
	Spawn:
		SRTC ABC 4
		Loop
	}
}

//------------------------------------------------------------------------------
actor SmallPillar 29
{
	Game Heretic
	Radius 16
	Height 34
	+Solid
	states
	{
	Spawn:
		SMPL A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor StalagmiteSmall 37
{
	Game Heretic
	Radius 8
	Height 32
	+Solid
	states
	{
	Spawn:
		STGS A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor StalagmiteLarge 38
{
	Game Heretic
	Radius 12
	Height 64
	+Solid
	states
	{
	Spawn:
		STGL A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor StalactiteSmall 39
{
	Game Heretic
	Radius 8
	Height 36
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		STCS A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor StalactiteLarge 40
{
	Game Heretic
	Radius 12
	Height 68
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		STCL A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor FireBrazier 76
{
	Game Heretic
	Radius 16
	Height 44
	+Solid
	states
	{
	Spawn:
		KFR1 ABCDEFGH 3 Bright
		Loop
	}
}

//------------------------------------------------------------------------------
actor Barrel 44
{
	Game Heretic
	Radius 12
	Height 32
	+Solid
	states
	{
	Spawn:
		BARL A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor BrownPillar 47
{
	Game Heretic
	Radius 14
	Height 128
	+Solid
	states
	{
	Spawn:
		BRPL A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor Moss1 48
{
	Game Heretic
	Height 23
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		MOS1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor Moss2 49
{
	Game Heretic
	Height 27
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		MOS2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor WallTorch 50
{
	Game Heretic
	+NoGravity
	states
	{
	Spawn:
		WTRH ABC 6 Bright
		Loop
	}
}

//------------------------------------------------------------------------------
actor HangingCorpse 51
{
	Game Heretic
	Radius 8
	Height 104
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		HCOR A -1
		Stop
	}
}
