actor Fumigateman : BasicMapProp 18900
{
	//$Category mushprops
	+NOINTERACTION
	+NOGRAVITY
	height 14
	radius 10.5
	scale 2.5
	States
	{
		Spawn:
			FUMI A -1
			stop
	}
}

actor FumigateSpring : PlantSpring 18901
{
//$Category mushprops
height 1
radius 1
-SOLID
scale 2.5
+NOINTERACTION
+NOGRAVITY
States
{
Spawn:
FUMS A -1
stop
}
}

actor Fumishroom1 : BasicMapProp 18902
{
	//$Category mushprops
	+NOINTERACTION
	+NOGRAVITY
	height 11
	radius 6
	scale 2.5
	States
	{
		Spawn:
			FUMA A -1
			stop
	}
}

actor Fumishroom2 : BasicMapProp 18903
{
	//$Category mushprops
	+NOINTERACTION
	+NOGRAVITY
	height 10
	radius 8
	scale 2.5
	States
	{
		Spawn:
			FUMB A -1
			stop
	}
}
