/*=====
 PROPS
=====*/
Class ChookumBigPalmTree : BigTree{
	Default{
		//$Title "Big Palm Tree"
		//$Category "Chookum's Thingys"
		//$NotAngled
		//$Color 17
	}
	States{
	Spawn:
		CHTR A -1;
		Stop;
	}
}
Class ChookumSmallPalmTree : TorchTree{
	Default{
		//$Title "Palm Tree"
		//$Category "Chookum's Thingys"
		//$NotAngled
		//$Color 17
		Height 112;
		Radius 12;
	}
	States{
	Spawn:
		CHTR B -1;
		Stop;
	}
}

Class ChookumBush : ShortGreenColumn{
	Default{
		//$Title "Bushy Thing"
		//$Category "Chookum's Thingys"
		//$NotAngled
		//$Color 17
	}
	States{
	Spawn:
		CHTR C -1;
		Stop;
	}
}
Class ChookumSkinnyTree : TorchTree{
	Default{
		//$Title "Skinny Tree"
		//$Category "Chookum's Thingys"
		//$NotAngled
		//$Color 17
		Height 112;
	}
	States{
	Spawn:
		CHTR D -1;
		Stop;
	}
}

Class ChookumBlueVase : ShortRedColumn{
	Default{
		//$Title "Blue Vase"
		//$Category "Chookum's Thingys"
		//$NotAngled
		//$Color 17
	}
	States{
	Spawn:
		CHPR A -1;
		Stop;
	}
}
Class ChookumRedVase : ShortRedColumn{
	Default{
		//$Title "Red Vase"
		//$Category "Chookum's Thingys"
		//$NotAngled
		//$Color 17
	}
	States{
	Spawn:
		CHPR B -1;
		Stop;
	}
}