From 7de62519e507893e15af7625440d4366b6b37c25 Mon Sep 17 00:00:00 2001 From: Pancake Date: Fri, 26 Nov 2021 22:43:38 -0800 Subject: [PATCH] Light Power Cell Standardization (#5531) Lanterns and hardhats have been upgraded to starting with PowerCellSmallHigh instead of the default of PowerCellSmallSmall. Partially for standardization of lights and partially because having a light last only 2 minutes is annoying. --- Resources/Prototypes/Entities/Clothing/Head/hardhats.yml | 1 + Resources/Prototypes/Entities/Objects/Tools/lantern.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardhats.yml b/Resources/Prototypes/Entities/Clothing/Head/hardhats.yml index ab1d35e31f..d38399859b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardhats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardhats.yml @@ -23,6 +23,7 @@ actions: - actionType: ToggleLight - type: PowerCellSlot + startingCellType: PowerCellSmallHigh - type: entity parent: ClothingHeadHatHardhatBase diff --git a/Resources/Prototypes/Entities/Objects/Tools/lantern.yml b/Resources/Prototypes/Entities/Objects/Tools/lantern.yml index 11fc7a70db..7790ce2900 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/lantern.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/lantern.yml @@ -26,6 +26,8 @@ - type: Appearance visuals: - type: LanternVisualizer + - type: PowerCellSlot + startingCellType: PowerCellSmallHigh - type: entity name: extra-bright lantern