From 8c511a4924311cd3bde8db843bdee2b62bfdd649 Mon Sep 17 00:00:00 2001 From: Pandora Date: Sun, 6 Mar 2022 16:26:30 +0000 Subject: [PATCH] Hey buddy, I think you got the wrong door. --- .../client/preference_setup/loadout/loadout_suit_vr.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm index b11905385a..12bf14ad2f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm @@ -119,3 +119,8 @@ Talon winter coat display_name = "knight, Field Medic" path = /obj/item/clothing/suit/armor/combat/crusader_explo/FM allowed_roles = list ("Field Medic") + +//Atmos-coloured hazard vest + display_name = "hazard vest, atmospherics" + path = /obj/item/clothing/suit/storage/hazardvest/atmos + allowed_roles = list("Chief Engineer","Atmospheric Technician", "Engineer")