headtorch_grey.c 133 B

1234567
  1. class Headtorch_Grey : Headtorch_ColorBase
  2. {
  3. override void OnDebugSpawn()
  4. {
  5. GetInventory().CreateInInventory("Battery9V");
  6. }
  7. }