Removes access restrictions on maintenance airlocks

The non-department ones. All the department-specific ones stay locked for obvious reasons. Allows preds to nom more people in private, and exploring the z2 maintenance labyrinth, which, honestly, I'll probably add more to.

Instead of adding access_maint_tunnels to every job (thus making the access almost pointless), we can leave access_maint_tunnels on super deep dark maint areas or something.
This commit is contained in:
Arokha Sieyes
2017-06-06 12:17:06 -04:00
parent 9a69d76256
commit b481482a62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
/obj/machinery/door/airlock/maintenance
name = "Maintenance Access"
icon = 'icons/obj/doors/Doormaint.dmi'
req_one_access = list(access_maint_tunnels)
//req_one_access = list(access_maint_tunnels) //VOREStation Edit - Maintenance is open access
assembly_type = /obj/structure/door_assembly/door_assembly_mai
/obj/machinery/door/airlock/maintenance/cargo
+1 -1
View File
@@ -82,4 +82,4 @@
/obj/machinery/door/airlock/multi_tile/metal/mait
icon = 'icons/obj/doors/Door2x1_Maint.dmi'
req_one_access = list(access_maint_tunnels)
//req_one_access = list(access_maint_tunnels) //VOREStaiton Edit - Maintenance is open access