Puts some extra on name so sec officers can know it is job-related

This commit is contained in:
SplinterGP
2020-04-30 21:27:16 -03:00
parent 0b5c897eb8
commit a100713305
3 changed files with 180 additions and 6 deletions
@@ -3,7 +3,7 @@
whitelisted = SPECIES_ZADDAT
/datum/gear/suit/zaddat/security
display_name = "zaddat security shroud"
display_name = "Zaddat security shroud"
description = "A zaddat shroud with a layer of armor, for security officers"
sort_category = "Xenowear"
whitelisted = SPECIES_ZADDAT
@@ -11,8 +11,10 @@
allowed_roles = list("Head of Security","Detective","Warden","Security Officer")
/datum/gear/suit/zaddat/engineer
display_name = "zaddat engineer shroud"
description = "A zaddat shroud with a extra layer of rad-shielding"
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("Chief Engineer", "Atmospheric Technician", "Station Engineer")