Skip to content

Commit

Permalink
Merge pull request #30896 from Spookerton/spkrtn/cng/fixed-30882-30863
Browse files Browse the repository at this point in the history
add asillyn00b jackets
  • Loading branch information
Spookerton authored Jul 1, 2021
2 parents a627cef + 8807e3d commit 3476053
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
12 changes: 11 additions & 1 deletion code/modules/client/preference_setup/loadout/lists/suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,14 @@
trenchcoats += /obj/item/clothing/suit/storage/det_trench
trenchcoats += /obj/item/clothing/suit/storage/det_trench/grey
trenchcoats += /obj/item/clothing/suit/leathercoat
gear_tweaks += new/datum/gear_tweak/path/specified_types_list(trenchcoats)
gear_tweaks += new/datum/gear_tweak/path/specified_types_list(trenchcoats)


/datum/gear/suit/pullover
display_name = "sweater, pullover"
path = /obj/item/clothing/suit/storage/pullover


/datum/gear/suit/zipper
display_name = "sweater, zip up"
path = /obj/item/clothing/suit/storage/toggle/zipper
14 changes: 14 additions & 0 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -538,3 +538,17 @@

/obj/item/clothing/suit/hospital/pink
color = "#ffb7db"


/obj/item/clothing/suit/storage/toggle/zipper
name = "zip up sweater"
desc = "A black sweater that zips up in the front."
icon_state = "zipperjacket"
icon_open = "zipperjacket_open"
icon_closed = "zipperjacket"


/obj/item/clothing/suit/storage/pullover
name = "pullover sweater"
desc = "A sweater made of a soft material with a short zipper on the collar."
icon_state = "pullover"
Binary file modified icons/mob/onmob/onmob_suit.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/obj_suit.dmi
Binary file not shown.

0 comments on commit 3476053

Please sign in to comment.