mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Reduces the presence of contractors in some departments (#8653)
And adds Zavodskoi.
This commit is contained in:
@@ -18,33 +18,33 @@
|
||||
slot = slot_wear_suit
|
||||
faction = "Idris Incorporated"
|
||||
|
||||
/datum/gear/faction/necro_beret
|
||||
display_name = "brown necropolis beret"
|
||||
path = /obj/item/clothing/head/beret/sec/necro
|
||||
faction = "Necropolis Industries"
|
||||
/datum/gear/faction/zavodskoi_beret
|
||||
display_name = "brown zavodskoi beret"
|
||||
path = /obj/item/clothing/head/beret/sec/zavodskoi
|
||||
faction = "Zavodskoi Interstellar"
|
||||
|
||||
/datum/gear/faction/necro_beret/alt
|
||||
display_name = "black necropolis beret"
|
||||
path = /obj/item/clothing/head/beret/sec/necro/alt
|
||||
/datum/gear/faction/zavodskoi_beret/alt
|
||||
display_name = "black zavodskoi beret"
|
||||
path = /obj/item/clothing/head/beret/sec/zavodskoi/alt
|
||||
sort_category = "Factions"
|
||||
|
||||
/datum/gear/faction/necro_uniform_alt
|
||||
display_name = "brown necropolis uniform"
|
||||
path = /obj/item/clothing/under/rank/security/necropolis/alt
|
||||
/datum/gear/faction/zavodskoi_uniform_alt
|
||||
display_name = "brown zavodskoi uniform"
|
||||
path = /obj/item/clothing/under/rank/security/zavodskoi/alt
|
||||
slot = slot_wear_suit
|
||||
faction = "Necropolis Industries"
|
||||
faction = "Zavodskoi Interstellar"
|
||||
|
||||
/datum/gear/faction/necro_research_alt
|
||||
display_name = "brown necropolis research uniform"
|
||||
path = /obj/item/clothing/under/rank/necropolis/research/alt
|
||||
/datum/gear/faction/zavodskoi_research_alt
|
||||
display_name = "brown zavodskoi research uniform"
|
||||
path = /obj/item/clothing/under/rank/zavodskoi/research/alt
|
||||
slot = slot_wear_suit
|
||||
faction = "Necropolis Industries"
|
||||
faction = "Zavodskoi Interstellar"
|
||||
|
||||
/datum/gear/faction/necro_labcoat
|
||||
display_name = "necropolis labcoat"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/necro
|
||||
/datum/gear/faction/zavodskoi_labcoat
|
||||
display_name = "zavodskoi labcoat"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/zavodskoi
|
||||
slot = slot_wear_suit
|
||||
faction = "Necropolis Industries"
|
||||
faction = "Zavodskoi Interstellar"
|
||||
|
||||
/datum/gear/faction/eridani_beret
|
||||
display_name = "eridani beret"
|
||||
@@ -68,25 +68,25 @@
|
||||
display_name = "white zeng-hu beret"
|
||||
path = /obj/item/clothing/head/beret/zeng/alt
|
||||
slot = slot_head
|
||||
faction = "Zeng-Hu Pharmaceuticals"
|
||||
faction = "Zeng-Hu Pharmaceuticals"
|
||||
|
||||
/datum/gear/faction/zenghu_labcoat
|
||||
display_name = "zeng-hu labcoat"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/zeng
|
||||
slot = slot_wear_suit
|
||||
faction = "Zeng-Hu Pharmaceuticals"
|
||||
faction = "Zeng-Hu Pharmaceuticals"
|
||||
|
||||
/datum/gear/faction/necro_patch
|
||||
display_name = "necropolis sleeve patch"
|
||||
path = /obj/item/clothing/accessory/sleevepatch/necro
|
||||
/datum/gear/faction/zavodskoi_patch
|
||||
display_name = "zavodskoi sleeve patch"
|
||||
path = /obj/item/clothing/accessory/sleevepatch/zavodskoi
|
||||
slot = slot_tie
|
||||
faction = "Necropolis Industries"
|
||||
faction = "Zavodskoi Interstellar"
|
||||
|
||||
/datum/gear/faction/necrosec_patch
|
||||
display_name = "necropolis security sleeve patch"
|
||||
path = /obj/item/clothing/accessory/sleevepatch/necrosec
|
||||
/datum/gear/faction/zavodskoisec_patch
|
||||
display_name = "zavodskoi security sleeve patch"
|
||||
path = /obj/item/clothing/accessory/sleevepatch/zavodskoisec
|
||||
slot = slot_tie
|
||||
faction = "Necropolis Industries"
|
||||
faction = "Zavodskoi Interstellar"
|
||||
allowed_roles = list("Security Officer","Forensic Technician","Warden")
|
||||
|
||||
/datum/gear/faction/erisec_patch
|
||||
|
||||
Reference in New Issue
Block a user