mirror of
https://github.com/KabKebab/GS13.git
synced 2026-06-09 16:18:45 +01:00
whoops, I missed some
This commit is contained in:
@@ -179,7 +179,7 @@ All ShuttleMove procs go here
|
||||
for(var/obj/machinery/door/airlock/A in range(1, src)) // includes src
|
||||
A.shuttledocked = FALSE
|
||||
A.air_tight = TRUE
|
||||
addtimer(CALLBACK(A, /obj/machinery/door/.proc/close), 0)
|
||||
addtimer(CALLBACK(A, TYPE_PROC_REF(/obj/machinery/door/, close)), 0)
|
||||
|
||||
/obj/machinery/door/airlock/afterShuttleMove(turf/oldT, list/movement_force, shuttle_dir, shuttle_preferred_direction, move_dir, rotation)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user