From c42af5ad9ee381903c8ecfa7d717c61472566d31 Mon Sep 17 00:00:00 2001 From: Theomund <34360334+Theomund@users.noreply.github.com> Date: Sun, 1 Jan 2023 00:48:57 -0500 Subject: [PATCH] Add empty flashlight (#13257) resolves https://github.com/space-wizards/space-station-14/issues/12631 --- .../Prototypes/Entities/Objects/Tools/flashlights.yml | 10 ++++++++++ Resources/Prototypes/Recipes/Lathes/misc.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml index 2b090d79c6..bc0288d3dc 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml @@ -116,3 +116,13 @@ - type: PointLight enabled: false radius: 6 + +- type: entity + parent: FlashlightLantern + id: EmptyFlashlightLantern + suffix: Empty + components: + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 119c844b71..fb7f853ed9 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -37,7 +37,7 @@ icon: sprite: Objects/Tools/flashlight.rsi state: flashlight - result: FlashlightLantern + result: EmptyFlashlightLantern completetime: 2 materials: Steel: 100