From fa6afa2cdfc6844b86e241a0c59fcbbfd753a10a Mon Sep 17 00:00:00 2001 From: ghost sheep Date: Fri, 24 Jun 2022 00:32:53 +0200 Subject: [PATCH] Rapid Lighting Device fits on a toolbelt (#67892) Rapid Light Dispenser fits on a toolbelt --- code/game/objects/items/storage/belt.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 651c47fe382..3a2152c7352 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -52,6 +52,7 @@ /obj/item/assembly/signaler, /obj/item/clothing/gloves, /obj/item/construction/rcd, + /obj/item/construction/rld, /obj/item/crowbar, /obj/item/extinguisher/mini, /obj/item/flashlight,