From 132ff2f1aea776c8e208478dc47dfdd65b768e2a Mon Sep 17 00:00:00 2001 From: liache <76535603+liache@users.noreply.github.com> Date: Thu, 2 Feb 2023 21:22:04 -0500 Subject: [PATCH] Adds Lanterns to Loadout Selection What it says on the tin. This is a nice cosmetic subdivision of flashlight. Rather than a fluff request, why not open it to everyone? It doesn't have any real advantages over a maglight and is fun flavor, if there aren't any concerns. --- .../client/preference_setup/loadout/loadout_utility.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_utility.dm b/code/modules/client/preference_setup/loadout/loadout_utility.dm index 3d2dcb20a4..21ed953a42 100644 --- a/code/modules/client/preference_setup/loadout/loadout_utility.dm +++ b/code/modules/client/preference_setup/loadout/loadout_utility.dm @@ -145,6 +145,11 @@ ) gear_tweaks += new/datum/gear_tweak/path(wheelchairs) +/datum/gear/utility/lantern + display_name = "lantern" + path = /obj/item/device/flashlight/lantern + cost = 2 + /**************** modular computers ****************/