mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
Puts some extra on name so sec officers can know it is job-related
This commit is contained in:
+5
-3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user