Skip to content

Commit

Permalink
hell
Browse files Browse the repository at this point in the history
  • Loading branch information
Imaginos16 committed Sep 27, 2023
1 parent 9f3bf7d commit 280f1c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions code/modules/clothing/suits/wintercoats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 280f1c8

Please sign in to comment.