From 8f163ecd7294a44061a4b4288c46de7588a25657 Mon Sep 17 00:00:00 2001 From: AbsFree Date: Tue, 17 Dec 2024 13:00:04 +0100 Subject: [PATCH] upgraded engineering belts --- code/game/objects/items/storage/belt.dm | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index b2ba7dbcbe..9c62143fe9 100755 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -64,9 +64,23 @@ /obj/item/extinguisher/mini, /obj/item/radio, /obj/item/clothing/gloves, - /obj/item/holosign_creator, + /obj/item/holosign_creator /obj/item/forcefield_projector, - /obj/item/assembly/signaler + /obj/item/assembly/signaler, + // original ones above, new ones below + /obj/item/lightreplacer, + /obj/item/construction/rcd, + /obj/item/construction/rld, + /obj/item/construction/plumbing, + /obj/item/pipe_dispenser, + /obj/item/inducer, + /obj/item/grenade/chem_grenade/smart_metal_foam, + /obj/item/grenade/chem_grenade/metalfoam, + /obj/item/carpentry/handsaw, + /obj/item/carpentry/hammer, + /obj/item/carpentry/glue, + /obj/item/carpentry/borer, + /obj/item/carpentry/sandpaper )) STR.can_hold = can_hold