DIFF

Headtorch_Black.c

class Headtorch_Black : Headtorch_ColorBase 
{
	override void OnLightCreated()
	{
		m_Light.SetColorToRed();
	}

	override void OnDebugSpawn()
	{
		GetInventory().CreateInInventory("Battery9V");
	}
}