Skip to content

Commit

Permalink
solgov players be eatin good
Browse files Browse the repository at this point in the history
  • Loading branch information
Imaginos16 committed Sep 26, 2023
1 parent b4c25ec commit 78df288
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/clothing/suits/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
body_parts_covered = CHEST|GROIN|ARMS
icon_state = "solgov_overcoat"
item_state = "solgov_overcoat"
supports_variations = DIGITIGRADE_VARIATION

/obj/item/clothing/suit/solgov/jacket
name = "SolGov jacket"
Expand Down
18 changes: 18 additions & 0 deletions code/modules/clothing/suits/wintercoats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,21 @@
/obj/item/clothing/head/hooded/winterhood/centcom
icon_state = "winterhood_centcom"
armor = list("melee" = 35, "bullet" = 40, "laser" = 40, "energy" = 50, "bomb" = 35, "bio" = 10, "rad" = 10, "fire" = 10, "acid" = 60)

// SolGov

/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."
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)
Binary file modified icons/mob/species/misc/digitigrade_suits.dmi
Binary file not shown.

0 comments on commit 78df288

Please sign in to comment.