Hostile Lockdown

This commit is contained in:
Fox-McCloud
2015-01-18 22:40:53 -05:00
parent 0c8b045ccf
commit 7f724ed774
@@ -92,8 +92,6 @@ rcd light flash thingy on matter drain
for(var/obj/machinery/door/D in airlocks)
spawn()
if(istype(D, /obj/machinery/door/airlock))
if(D.z != 1)
continue
AL = D
if(AL.canAIControl() && !AL.stat) //Must be powered and have working AI wire.
AL.locked = 0 //For airlocks that were bolted open.