Files
Aurora.3/code/modules/client/preference_setup/loadout/loadout_factions.dm
Mwahahahaha ac9c1769ae Accessory Flipping, Wallets, Lanyards, contractor worn ID icons, ID layer switching, custom loadout names and descriptions, manbeast, hiiyah (#7087)
Asymmetrical accessories can now be flipped! This is done through the attack_self proc (i.e., activating it in your active hand), or a right-click menu if the item already has an attack_self behaviour.
This affects:

    Stethoscopes
    All medals
    All badges
    Armbands
    Holsters
    Machete Holster
    Scarves
    TCFL ribbons
    Shoulder capes
    Sleeve patches
    Bandoliers
    Political pins
2019-10-19 00:04:29 +03:00

79 lines
2.5 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"
/datum/gear/faction/necro_patch
display_name = "necropolis sleeve patch"
path = /obj/item/clothing/accessory/sleevepatch/necro
slot = slot_tie
faction = "Necropolis Industries"
/datum/gear/faction/necrosec_patch
display_name = "necropolis security sleeve patch"
path = /obj/item/clothing/accessory/sleevepatch/necrosec
slot = slot_tie
faction = "Necropolis Industries"
allowed_roles = list("Security Officer","Forensic Technician","Warden")
/datum/gear/faction/erisec_patch
display_name = "EPMC sleeve patch"
path = /obj/item/clothing/accessory/sleevepatch/erisec
slot = slot_tie
faction = "Eridani Private Military Contractors"
/datum/gear/faction/idrissec_patch
display_name = "idris security sleeve patch"
path = /obj/item/clothing/accessory/sleevepatch/idrissec
faction = "Idris Incorporated"
allowed_roles = list("Security Officer","Detective")