Fixes roundstart airlock runtime

This commit is contained in:
Crazylemon64
2017-02-27 20:06:34 -08:00
parent 101d80c5b9
commit 31679e729f
+4 -1
View File
@@ -990,9 +990,12 @@ About the new airlock wires panel:
update_icon()
return 1
/obj/machinery/door/airlock/New()
..()
wires = new(src)
/obj/machinery/door/airlock/initialize()
. = ..()
wires = new(src)
if(closeOtherId != null)
for(var/obj/machinery/door/airlock/A in airlocks)
if(A.closeOtherId == closeOtherId && A != src)