From 05012a4b3d4dc01b4e0e6ba99a697acd6d055dab Mon Sep 17 00:00:00 2001 From: Majkl-J <49160555+Majkl-J@users.noreply.github.com> Date: Thu, 20 Feb 2025 00:00:40 -0800 Subject: [PATCH] Labcoat allowed --- code/modules/clothing/suits/labcoat.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/clothing/suits/labcoat.dm b/code/modules/clothing/suits/labcoat.dm index 4fead7c5b1a..35fb7dcb2a6 100644 --- a/code/modules/clothing/suits/labcoat.dm +++ b/code/modules/clothing/suits/labcoat.dm @@ -64,6 +64,11 @@ /obj/item/clothing/suit/toggle/labcoat/paramedic/Initialize(mapload) . = ..() AddComponent(/datum/component/adjust_fishing_difficulty, -3) //FISH DOCTOR?! + //START SKYRAT EDIT ADDITION + allowed += list( + /obj/item/storage/medkit, + ) + //END SKYRAT EDIT /obj/item/clothing/suit/toggle/labcoat/mad name = "\proper The Mad's labcoat"