mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
The admin functions and comms console options to switch the level of access of the maint doors will now work properly and not runtime.
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
/proc/make_maint_all_access()
|
||||
for(var/area/maintenance/A in world)
|
||||
for(var/obj/machinery/door/airlock/D in A)
|
||||
D.check_access()
|
||||
if(D.doortype == 5)
|
||||
D.req_access.Remove(access_maint_tunnels)
|
||||
if(D.doortype == 6)
|
||||
|
||||
Reference in New Issue
Block a user