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:
Aranclanos
2014-03-14 01:57:42 -03:00
parent 3598d4f28e
commit 6dffc8a72f
2 changed files with 3 additions and 0 deletions
@@ -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)