From 1755760a2d4c259430b8667d4f45f2b373a45966 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 4 Apr 2020 21:55:18 -0400 Subject: [PATCH 1/2] Removes Xenoarch access on Mining Shuttle On request from Admins --- code/modules/shuttles/shuttles_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttles/shuttles_vr.dm b/code/modules/shuttles/shuttles_vr.dm index e561cc9fee..bc643d3838 100644 --- a/code/modules/shuttles/shuttles_vr.dm +++ b/code/modules/shuttles/shuttles_vr.dm @@ -10,7 +10,7 @@ /obj/machinery/computer/shuttle_control/belter name = "belter control console" - req_one_access = list(access_mining, access_xenoarch, access_medical_equip) //Allows xenoarch, miners AND doctors to use it. + req_one_access = list(access_mining, access_medical_equip) //Allows xenoarch, miners AND doctors to use it. shuttle_tag = "Belter" //The scanning console needs to enable/disable this at will. /obj/machinery/computer/shuttle_control/mining From e8fe9f1dc34c57439f8e82c6df4ea08f22165b1a Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 4 Apr 2020 22:50:08 -0400 Subject: [PATCH 2/2] Also removes access to belter controls --- maps/tether/tether-07-station3.dmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/tether/tether-07-station3.dmm b/maps/tether/tether-07-station3.dmm index 172fdc4db2..d795ad646c 100644 --- a/maps/tether/tether-07-station3.dmm +++ b/maps/tether/tether-07-station3.dmm @@ -28889,7 +28889,7 @@ /obj/machinery/door/airlock/glass_mining{ name = "Belter Control Room"; req_access = list(); - req_one_access = list(48,65,66) + req_one_access = list(48,66) }, /obj/structure/cable/green{ d1 = 1;