From ffb374d39a0dd005017f3c0e08f6d98657152ba8 Mon Sep 17 00:00:00 2001 From: ExusA <67055922+ExusA@users.noreply.github.com> Date: Wed, 19 Aug 2020 16:18:27 +0800 Subject: [PATCH] more armor items are NORMAL --- code/modules/clothing/suits/jobs.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index bd40c7111f6..a7bd3fb2627 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -280,7 +280,6 @@ /obj/item/clothing/suit/mantle/armor name = "armored shawl" desc = "A reinforced shawl, worn by the Head of Security. Do you dare take up their mantle?" - w_class = WEIGHT_CLASS_NORMAL icon_state = "hosmantle" item_state = "hosmantle" allowed = list(/obj/item/gun/energy, /obj/item/reagent_containers/spray/pepper, /obj/item/gun/projectile, /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/telescopic, /obj/item/kitchen/knife/combat) @@ -296,7 +295,6 @@ /obj/item/clothing/suit/mantle/armor/head_of_personnel name = "head of personnel's shawl" desc = "An armored shawl for the head of personnel. It's remarkably well kept." - w_class = WEIGHT_CLASS_NORMAL icon_state = "hopmantle" item_state = "hopmantle" armor = list(melee = 25, bullet = 15, laser = 25, energy = 10, bomb = 25, bio = 0, rad = 0, fire = 50, acid = 50)