//=================================================================================================
//
// Hissy
//
//=================================================================================================

ACTOR Hissy 5057
{
	Game Doom
	Radius 20
	Height 26
	+SOLID
	States
	{
	Spawn:
		HISY B 1
		wait
		HISY A 1
		Wait
	}
}

Actor Dummything 6000
{
	Game Doom
	Radius 20
	Height 26
	-SOLID
    +THRUACTORS
    +NOBLOCKMAP
	States
	{
	Spawn:
		TNT1 A 1
		stop
	}
}

Actor EvenMoreDummies : Dummything 5132 {}

Actor SpringpadDummy : Dummything 5068 {}