From 280f1c88c6552b60adf3d217d7aa3210f89387aa Mon Sep 17 00:00:00 2001 From: Imaginos16 <77556824+Imaginos16@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:56:25 -0300 Subject: [PATCH] hell --- code/modules/clothing/suits/wintercoats.dm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/clothing/suits/wintercoats.dm b/code/modules/clothing/suits/wintercoats.dm index aaa7bae9e02c..37b548a0ab72 100644 --- a/code/modules/clothing/suits/wintercoats.dm +++ b/code/modules/clothing/suits/wintercoats.dm @@ -190,16 +190,12 @@ /obj/item/clothing/suit/hooded/wintercoat/solgov name = "solgov winter coat" - desc = "An armored wintercoat in the colors of the IRMG, the zipper tab is the golden shield of the IRMG." + desc = "An environment-resistant wintercoat in the colors of the Solarian Confederation." icon_state = "coatsolgov" item_state = "coatsolgov" armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 20, "fire" = 30, "acid" = 45) hoodtype = /obj/item/clothing/head/hooded/winterhood/solgov -/obj/item/clothing/suit/hooded/wintercoat/solgov/Initialize(mapload) - . = ..() - allowed += GLOB.security_wintercoat_allowed - /obj/item/clothing/head/hooded/winterhood/solgov icon_state = "winterhood_solgov" armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 20, "fire" = 30, "acid" = 45)