From 4fe21bfcd6c17accf3070306f73107c2020df0d4 Mon Sep 17 00:00:00 2001 From: SECBATON GRIFFON <87321915+SECBATON-GRIFFON@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:36:43 +0100 Subject: [PATCH] Allows medical belts to hold thermometers and stethoscopes --- code/game/objects/items/weapons/storage/belt.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 32774956986c..56569072ec12 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -170,6 +170,7 @@ "/obj/item/device/flashlight/pen", "/obj/item/clothing/mask/surgical", "/obj/item/clothing/gloves/latex", + "/obj/item/clothing/accessory/stethoscope", "/obj/item/device/mass_spectrometer", "/obj/item/device/reagent_scanner", "/obj/item/device/gps/paramedic", @@ -179,6 +180,7 @@ "/obj/item/weapon/electrolyzer", "/obj/item/weapon/autopsy_scanner/healthanalyzerpro", "/obj/item/weapon/depocket_wand/suit", + "/obj/item/weapon/thermometer", "/obj/item/taperoll/viro", "/obj/item/taperoll/syndie/viro" )