From 03e081662c01782951ba936c1ec9b109ee0c5baf Mon Sep 17 00:00:00 2001 From: Vladin Date: Sun, 3 Jan 2021 19:23:18 -0500 Subject: [PATCH] fucking seclites i knew it was too good to be true --- code/modules/clothing/suits/jobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index 03af6247..f3ccd4c2 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -164,7 +164,7 @@ icon_state = "blueshieldcoat" item_state = "blueshieldcoat" body_parts_covered = CHEST|LEGS|ARMS - allowed = list(/obj/item/gun/energy, /obj/item/reagent_containers/spray/pepper, /obj/item/ammo_box, /obj/item/ammo_casing,/obj/item/melee/baton, /obj/item/restraints/handcuffs, /obj/item/device/flashlight/seclite, /obj/item/melee/classic_baton) + allowed = list(/obj/item/gun/energy, /obj/item/reagent_containers/spray/pepper, /obj/item/ammo_box, /obj/item/ammo_casing,/obj/item/melee/baton, /obj/item/restraints/handcuffs, /obj/item/flashlight/seclite, /obj/item/melee/classic_baton) armor = list(melee = 25, bullet = 10, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0) cold_protection = CHEST|LEGS|ARMS heat_protection = CHEST|LEGS|ARMS