From 09d5f4afcb40fd12c4c7aa7da7f40b828d03950f Mon Sep 17 00:00:00 2001 From: Anewbe Date: Tue, 26 Jul 2016 20:47:16 -0500 Subject: [PATCH] Adds access requirements to EVA and Medical hardsuits --- code/modules/clothing/spacesuits/rig/suits/station.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/clothing/spacesuits/rig/suits/station.dm b/code/modules/clothing/spacesuits/rig/suits/station.dm index 350d2aea4a..270d21cfeb 100644 --- a/code/modules/clothing/spacesuits/rig/suits/station.dm +++ b/code/modules/clothing/spacesuits/rig/suits/station.dm @@ -102,6 +102,8 @@ /obj/item/weapon/rig/eva/equipped + req_access = list(access_engine) + initial_modules = list( /obj/item/rig_module/device/plasmacutter, /obj/item/rig_module/maneuvering_jets, @@ -200,6 +202,8 @@ /obj/item/weapon/rig/medical/equipped + req_access = list(access_medical) + initial_modules = list( /obj/item/rig_module/chem_dispenser/injector, /obj/item/rig_module/maneuvering_jets,