diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 1cef59b466..2bc8220298 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -43,7 +43,12 @@ /obj/item/stack/cable_coil, /obj/item/device/t_scanner, /obj/item/device/analyzer, + /obj/item/clothing/glasses, + /obj/item/clothing/gloves, + /obj/item/device/pda, + /obj/item/device/megaphone, /obj/item/taperoll/engineering, + /obj/item/device/radio/headset, /obj/item/device/robotanalyzer, /obj/item/weapon/material/minihoe, /obj/item/weapon/material/hatchet, @@ -90,12 +95,15 @@ /obj/item/weapon/storage/fancy/cigarettes, /obj/item/weapon/storage/pill_bottle, /obj/item/stack/medical, + /obj/item/device/radio/headset, + /obj/item/device/pda, + /obj/item/device/megaphone, /obj/item/device/flashlight/pen, /obj/item/clothing/mask/surgical, /obj/item/clothing/head/surgery, - /obj/item/clothing/gloves/latex, + /obj/item/clothing/gloves, /obj/item/weapon/reagent_containers/hypospray, - /obj/item/clothing/glasses/hud/health, + /obj/item/clothing/glasses, /obj/item/weapon/crowbar, /obj/item/device/flashlight, /obj/item/weapon/extinguisher/mini @@ -131,9 +139,11 @@ /obj/item/device/flashlight, /obj/item/device/pda, /obj/item/device/radio/headset, + /obj/item/clothing/gloves, /obj/item/device/hailer, /obj/item/device/megaphone, /obj/item/weapon/melee, + /obj/item/clothing/accessory/badge, /obj/item/weapon/gun/projectile/sec, /obj/item/taperoll/police, /obj/item/weapon/gun/projectile/colt/detective @@ -162,11 +172,15 @@ /obj/item/device/camera, /obj/item/weapon/autopsy_scanner, /obj/item/device/mass_spectrometer, + /obj/item/clothing/accessory/badge, /obj/item/device/reagent_scanner, /obj/item/weapon/reagent_containers/dropper, /obj/item/weapon/reagent_containers/syringe, /obj/item/device/pda, + /obj/item/device/hailer, + /obj/item/device/megaphone, /obj/item/device/radio/headset, + /obj/item/clothing/gloves, /obj/item/taperoll/police )