Files
Aurora.3/code/modules/client/preference_setup/loadout/loadout_factions.dm
ParadoxSpace 21df670cab Adds Alt Necropolis Research Uniform (and a few other things) (#6994)
This was in Matt's PR, but I erroneously missed that it wasn't in the actual loadout.
2019-09-15 23:35:23 +03:00

53 lines
1.6 KiB
Plaintext

/datum/gear/faction
display_name = "idris cap"
path = /obj/item/clothing/head/soft/sec/idris
slot = slot_head
sort_category = "Factions"
cost = 1
faction = "Idris Incorporated"
/datum/gear/faction/idris_beret
display_name = "idris beret"
path = /obj/item/clothing/head/beret/sec/idris
faction = "Idris Incorporated"
/datum/gear/faction/idris_uniform_alt
display_name = "idris service skirt"
description = "Not for security usage."
path = /obj/item/clothing/under/rank/idris/service/alt
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/necro_beret/alt
display_name = "black necropolis beret"
path = /obj/item/clothing/head/beret/sec/necro/alt
sort_category = "Factions"
/datum/gear/faction/necro_uniform_alt
display_name = "brown necropolis uniform"
path = /obj/item/clothing/under/rank/security/necropolis/alt
slot = slot_wear_suit
faction = "Necropolis Industries"
/datum/gear/faction/necro_research_alt
display_name = "brown necropolis research uniform"
path = /obj/item/clothing/under/rank/necropolis/research/alt
slot = slot_wear_suit
faction = "Necropolis Industries"
/datum/gear/faction/eridani_beret
display_name = "eridani beret"
path = /obj/item/clothing/head/beret/sec/eri
slot = slot_head
faction = "Eridani Private Military Contractors"
/datum/gear/faction/zenghu_uniform_alt
display_name = "zeng-hu black uniform"
path = /obj/item/clothing/under/rank/zeng/alt
slot = slot_wear_suit
faction = "Zeng-Hu Pharmaceuticals"