From 9286a7cc3b0e7700d0ae82e772820a9fea8d4c91 Mon Sep 17 00:00:00 2001 From: TheColorCyan Date: Mon, 9 Dec 2024 16:51:05 +0500 Subject: [PATCH] should be good --- monkestation/code/modules/loadouts/items/belts.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monkestation/code/modules/loadouts/items/belts.dm b/monkestation/code/modules/loadouts/items/belts.dm index eaca1035a276..a7accf74bf37 100644 --- a/monkestation/code/modules/loadouts/items/belts.dm +++ b/monkestation/code/modules/loadouts/items/belts.dm @@ -68,6 +68,10 @@ GLOBAL_LIST_INIT(loadout_belts, generate_loadout_items(/datum/loadout_item/belts name = "Lantern" item_path = /obj/item/flashlight/lantern +/datum/loadout_item/belts/rayne_lantern + name = "Heater Lantern" + item_path = /obj/item/flashlight/lantern/rayne + /datum/loadout_item/belts/candle_box name = "Candle Box" item_path = /obj/item/storage/fancy/candle_box