headtorch_black.c 200 B

123456789101112
  1. class Headtorch_Black : Headtorch_ColorBase
  2. {
  3. override void OnLightCreated()
  4. {
  5. m_Light.SetColorToRed();
  6. }
  7. override void OnDebugSpawn()
  8. {
  9. GetInventory().CreateInInventory("Battery9V");
  10. }
  11. }