mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 11:44:05 +01:00
[MIRROR] Zaddat gear (#10490)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
11a5a81208
commit
866c562ff7
@@ -841,3 +841,23 @@
|
||||
/datum/gear/suit/taur/colorable_skirt/New()
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/suit/zaddat
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = SPECIES_ZADDAT
|
||||
|
||||
/datum/gear/suit/zaddat/security
|
||||
display_name = "Zaddat security shroud"
|
||||
description = "A zaddat shroud with a layer of armor, for security officers"
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = SPECIES_ZADDAT
|
||||
path = /obj/item/clothing/suit/space/void/zaddat/security
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_DETECTIVE,JOB_WARDEN,JOB_SECURITY_OFFICER)
|
||||
|
||||
/datum/gear/suit/zaddat/engineer
|
||||
display_name = "Zaddat engineer shroud"
|
||||
description = "A zaddat shroud with a extra layer of rad-shielding, for engineers"
|
||||
path = /obj/item/clothing/suit/space/void/zaddat/engineer
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = SPECIES_ZADDAT
|
||||
allowed_roles = list(JOB_CHIEF_ENGINEER,JOB_ATMOSPHERIC_TECHNICIAN, JOB_ENGINEER)
|
||||
|
||||
@@ -1,24 +1,3 @@
|
||||
/datum/gear/suit/zaddat
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = SPECIES_ZADDAT
|
||||
|
||||
/datum/gear/suit/zaddat/security
|
||||
display_name = "Zaddat security shroud"
|
||||
description = "A zaddat shroud with a layer of armor, for security officers"
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = SPECIES_ZADDAT
|
||||
path = /obj/item/clothing/suit/space/void/zaddat/security
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_DETECTIV,JOB_WARDEN,JOB_SECURITY_OFFICER)
|
||||
|
||||
/datum/gear/suit/zaddat/engineer
|
||||
display_name = "Zaddat engineer shroud"
|
||||
description = "A zaddat shroud with a extra layer of rad-shielding, for engineers"
|
||||
path = /obj/item/clothing/suit/space/void/zaddat/engineer
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = SPECIES_ZADDAT
|
||||
allowed_roles = list(JOB_CHIEF_ENGINEER,JOB_ATMOSPHERIC_TECHNICIAN, JOB_ENGINEER)
|
||||
|
||||
|
||||
//Added from CHOMP
|
||||
/datum/gear/suit/hood
|
||||
display_name = "hooded cloak selection (Teshari)"
|
||||
|
||||
Reference in New Issue
Block a user