mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes addtimer for doors on shuttles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user