From 3ed7046cb683152bc4fbabe6dfbbc6cc9ed7016c Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 12 Mar 2018 07:03:39 -0500 Subject: [PATCH] [MIRROR] Lets belts hold additional job-specific items (#5909) * Lets belts hold additional job-specific items (#36323) * lets belts hold holoprojectors * OH DUDE FOUR STRENGTH FOUR STAM LEATHER BELT AHH * remote signaling device * Lets belts hold additional job-specific items --- code/game/objects/items/storage/belt.dm | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 2e38a7e112..affbb484a6 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -46,7 +46,9 @@ /obj/item/device/geiger_counter, /obj/item/extinguisher/mini, /obj/item/device/radio, - /obj/item/clothing/gloves + /obj/item/clothing/gloves, + /obj/item/holosign_creator, + /obj/item/device/assembly/signaler ) content_overlays = TRUE @@ -153,7 +155,11 @@ /obj/item/storage/bag/bio, /obj/item/reagent_containers/blood, /obj/item/tank/internals/emergency_oxygen, - /obj/item/pinpointer/crew + /obj/item/pinpointer/crew, + /obj/item/gun/syringe/syndicate, + /obj/item/implantcase, + /obj/item/implant, + /obj/item/implanter ) @@ -175,13 +181,13 @@ /obj/item/ammo_casing/shotgun, /obj/item/ammo_box, /obj/item/reagent_containers/food/snacks/donut, - /obj/item/reagent_containers/food/snacks/donut/jelly, /obj/item/kitchen/knife/combat, /obj/item/device/flashlight/seclite, /obj/item/melee/classic_baton/telescopic, /obj/item/device/radio, - /obj/item/clothing/gloves/, - /obj/item/restraints/legcuffs/bola + /obj/item/clothing/gloves, + /obj/item/restraints/legcuffs/bola, + /obj/item/holosign_creator/security ) content_overlays = TRUE @@ -209,6 +215,7 @@ /obj/item/weldingtool, /obj/item/wirecutters, /obj/item/wrench, + /obj/item/device/multitool, /obj/item/device/flashlight, /obj/item/stack/cable_coil, /obj/item/device/analyzer, @@ -402,7 +409,9 @@ /obj/item/soap, /obj/item/holosign_creator, /obj/item/key/janitor, - /obj/item/clothing/gloves + /obj/item/clothing/gloves, + /obj/item/melee/flyswatter, + /obj/item/device/assembly/mousetrap ) /obj/item/storage/belt/bandolier