module Base
{
	template vehicle centralTireInflation
	{
		part CTIsystem
		{
			itemType = nil,
			area = Engine,
			category = nodisplay,

			lua
			{
				create = DAMN.Create.Blank,
			}
		}
	}
}

