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 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;