diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 6d1c7decfff..06e803ac7d9 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -172,6 +172,7 @@ /obj/item/clothing/mask/breath, /obj/item/clothing/mask/breath/medical, /obj/item/surgical_drapes, //for true paramedics + /obj/item/clothing/suit/toggle/labcoat/hospitalgown, //SKYRAT EDIT ADDITION - adds surgery gowns to belts /obj/item/scalpel, /obj/item/circular_saw, /obj/item/bonesetter,