Fashion Time (#8617)

This commit is contained in:
Alberyk
2020-04-09 16:16:50 -03:00
committed by GitHub
8 changed files with 82 additions and 1 deletions

View File

@@ -40,6 +40,12 @@
slot = slot_wear_suit
faction = "Necropolis Industries"
/datum/gear/faction/necro_labcoat
display_name = "necropolis labcoat"
path = /obj/item/clothing/suit/storage/toggle/labcoat/necro
slot = slot_wear_suit
faction = "Necropolis Industries"
/datum/gear/faction/eridani_beret
display_name = "eridani beret"
path = /obj/item/clothing/head/beret/sec/eri
@@ -94,3 +100,15 @@
path = /obj/item/clothing/accessory/sleevepatch/idrissec
faction = "Idris Incorporated"
allowed_roles = list("Security Officer","Detective")
/datum/gear/faction/heph_labcoat
display_name = "hephaestus labcoat"
path = /obj/item/clothing/suit/storage/toggle/labcoat/heph
slot = slot_wear_suit
faction = "Hephaestus Industries"
/datum/gear/faction/heph_beret
display_name = "hephaestus beret"
path = /obj/item/clothing/head/beret/heph
slot = slot_head
faction = "Hephaestus Industries"