ACTOR D7HeadOnAStick Replaces HeadOnAStick
{
	Game Doom
	Radius 16
	Height 56
	ProjectilePassHeight -16
	+SOLID
	+USESPECIAL
	States
	{
	Spawn:
		POL4 A -1
		Stop
	}
}

ACTOR D7HeadsOnAStick Replaces HeadsOnAStick
{
	Game Doom
	Radius 16
	Height 64
	ProjectilePassHeight -16
	+SOLID
	+USESPECIAL
	States
	{
	Spawn:
		POL2 A -1
		Stop
	}
}

ACTOR D7ShortGreenColumn Replaces ShortGreenColumn
{
	Game Doom
	Radius 16
	Height 40
	ProjectilePassHeight -16
	+SOLID
	+USESPECIAL
	States
	{
	Spawn:
		COL2 A -1
		Stop
	}
}