Merge pull request #11376 from Hatterhat/nondep-jackets

non-departmental jackets
This commit is contained in:
Aronai Sieyes
2021-08-09 00:59:09 -04:00
committed by Chompstation Bot
parent e333e564dd
commit d69d52622f
6 changed files with 25 additions and 0 deletions

View File

@@ -551,6 +551,18 @@
)
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