From 3dfa54270f11b925c8b1024995669fb6d8eaf6ad Mon Sep 17 00:00:00 2001 From: The-Sun-In-Splendour <70348069+The-Sun-In-Splendour@users.noreply.github.com> Date: Tue, 16 Mar 2021 06:49:45 +0100 Subject: [PATCH] Update labcoat.dm --- code/modules/clothing/suits/labcoat.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/labcoat.dm b/code/modules/clothing/suits/labcoat.dm index a27d82a544..d8e0466069 100644 --- a/code/modules/clothing/suits/labcoat.dm +++ b/code/modules/clothing/suits/labcoat.dm @@ -94,6 +94,7 @@ icon_state = "sec_dep_jacket" item_state = "sec_dep_jacket" armor = list("melee" = 25, "bullet" = 15, "laser" = 30, "energy" = 10, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 45) + allowed = list(/obj/item/gun/energy, /obj/item/melee/baton, /obj/item/restraints/handcuffs, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman) /obj/item/clothing/suit/toggle/labcoat/depjacket/sup name = "supply jacket"