woo yea grey blue jackets

This commit is contained in:
Hatterhat
2021-08-08 23:02:22 -05:00
parent dc0ee9c4d8
commit 974f6970a8
6 changed files with 24 additions and 0 deletions
@@ -549,6 +549,17 @@
)
gear_tweaks += new/datum/gear_tweak/path(jacket)
/datum/gear/suit/miscellaneous/light_jacket
display_name = "light jacket selection"
path = /obj/item/clothing/suit/storage/toggle/light_jacket
/datum/gear/suit/miscellaneous/light_jacket/New()
..()
var/list/jacket = list(
"grey light jacket" = /obj/item/clothing/suit/storage/toggle/light_jacket
"dark blue light jacket" = /obj/item/clothing/suit/storage/toggle/light_jacket/blue
gear_tweaks += new/datum/gear_tweak/path(jacket)
/datum/gear/suit/miscellaneous/peacoat
display_name = "peacoat"
path = /obj/item/clothing/suit/storage/toggle/peacoat