ACTOR grass_brown 30221
{
	Game Doom
	Radius 16
	Height 48
	
	-SOLID
	
	States
	{
		Spawn:
		GRAS A -1
		Stop
	}
}

ACTOR grass_brown_small 30222
{
	Game Doom
	Radius 16
	Height 48
	
	scale 0.5
	
	-SOLID
	
	States
	{
		Spawn:
		GRAS A -1
		Stop
	}
}

ACTOR grass_brown_med 30223
{
	Game Doom
	Radius 16
	Height 48
	
	scale 0.75
	
	-SOLID
	
	States
	{
		Spawn:
		GRAS A -1
		Stop
	}
}