From 06a852de481f88b18bc744d54f3a52c5c8ce8e0e Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 9 Sep 2019 04:52:05 +1000 Subject: [PATCH] Restricts RD's rig --- code/modules/clothing/spacesuits/rig/suits/station_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/suits/station_vr.dm b/code/modules/clothing/spacesuits/rig/suits/station_vr.dm index 129ed37e366..e31651d5844 100644 --- a/code/modules/clothing/spacesuits/rig/suits/station_vr.dm +++ b/code/modules/clothing/spacesuits/rig/suits/station_vr.dm @@ -1,11 +1,11 @@ //Drill added for hazmat suit /obj/item/weapon/rig/hazmat/equipped - req_access = list(access_xenoarch) + req_access = list(access_rd) initial_modules = list( /obj/item/rig_module/ai_container, /obj/item/rig_module/maneuvering_jets, /obj/item/rig_module/device/anomaly_scanner, - /obj/item/rig_module/device/drill //The suit has nothing to mine with otherwise. + /obj/item/rig_module/device/plasmacutter //The suit has nothing to mine with otherwise. ) //Access restriction and seal delay, plus pat_module and rescue_pharm for medical suit