Merge pull request #3829 from CHOMPStation2/master

Merge master into branch 12415
This commit is contained in:
Razgriz
2022-03-11 16:19:12 -07:00
committed by GitHub
30 changed files with 335 additions and 256 deletions
@@ -267,6 +267,11 @@ Talon jumpsuit
suits[initial(undersuit_type.name)] = undersuit_type
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(suits))
/datum/gear/uniform/undersuit_haz
display_name = "undersuit, hazard (Engineering)"
allowed_roles = list("Chief Engineer", "Atmospheric Technician", "Engineer")
path = /obj/item/clothing/under/undersuit/hazard
/datum/gear/uniform/undersuit_sec
display_name = "undersuit, security (Security)"
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")