From 91158267e92e7bbe83cd48dd6a335872d83edc73 Mon Sep 17 00:00:00 2001 From: Pandora Date: Wed, 9 Mar 2022 05:31:43 +0000 Subject: [PATCH] but there is no real me --- .../client/preference_setup/loadout/loadout_uniform_vr.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform_vr.dm b/code/modules/client/preference_setup/loadout/loadout_uniform_vr.dm index c5e65eff35..e6988b0ac9 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform_vr.dm @@ -257,6 +257,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")