Derped and forgot to test shuttle door checks

This commit is contained in:
Tastyfish
2016-03-14 08:03:55 -04:00
parent f3ccadcc68
commit ddbd833d7d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -483,7 +483,7 @@
if(!istype(S0))
return 1
for(var/obj/machinery/door/airlock/A in machines)
for(var/obj/machinery/door/airlock/A in airlocks)
if(A.id_tag == S0.id)
spawn(-1)
A.close()
@@ -493,7 +493,7 @@
if(!istype(S1))
return 0
for(var/obj/machinery/door/airlock/A in machines)
for(var/obj/machinery/door/airlock/A in airlocks)
if(A.id_tag == S1.id)
spawn(-1)
if(A.locked)