Zeng-Hu First Responder Coat (#12936)

This commit is contained in:
Sparky
2022-02-02 16:27:48 +00:00
committed by GitHub
parent 021dcee25b
commit e946d0b704
4 changed files with 15 additions and 1 deletions

View File

@@ -192,7 +192,7 @@
faction = "Zeng-Hu Pharmaceuticals"
/datum/gear/faction/zenghu_labcoat
display_name = "zeng-hu labcoat selection"
display_name = "zeng-hu coat selection"
path = /obj/item/clothing/suit/storage/toggle/labcoat/zeng
slot = slot_wear_suit
faction = "Zeng-Hu Pharmaceuticals"
@@ -202,6 +202,7 @@
var/list/masks = list()
masks["zeng-hu labcoat"] = /obj/item/clothing/suit/storage/toggle/labcoat/zeng
masks["zeng-hu labcoat, alt"] = /obj/item/clothing/suit/storage/toggle/labcoat/zeng/alt
masks["zeng-hu first responder jacket"] = /obj/item/clothing/suit/storage/toggle/fr_jacket/zeng
gear_tweaks += new /datum/gear_tweak/path(masks)
/datum/gear/faction/zenghu_apron