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"