Fixes addtimer for doors on shuttles

This commit is contained in:
Shadowlight213
2016-11-25 14:41:32 -08:00
parent a82479b495
commit e7f5e1b136
+2 -2
View File
@@ -16,10 +16,10 @@
. = ..()
if(!.)
return
addtimer(src, "close", 0, TRUE)
addtimer(src, "close", 0, TIMER_UNIQUE)
// Close any attached airlocks as well
for(var/obj/machinery/door/D in orange(1, src))
addtimer(src, "close", 0, TRUE)
addtimer(src, "close", 0, TIMER_UNIQUE)
/obj/machinery/door/airlock/onShuttleMove()
shuttledocked = 0