diff --git a/code/modules/shuttle/shuttle_rotate.dm b/code/modules/shuttle/shuttle_rotate.dm index caf849ca3f2..cc69fb5d15e 100644 --- a/code/modules/shuttle/shuttle_rotate.dm +++ b/code/modules/shuttle/shuttle_rotate.dm @@ -105,3 +105,9 @@ If ever any of these procs are useful for non-shuttles, rename it to proc/rotate /obj/machinery/gravity_generator/shuttleRotate(rotation, params) params = NONE return ..() + +/obj/machinery/door/airlock/shuttleRotate(rotation, params) + . = ..() + if(cyclelinkeddir) + cyclelinkeddir = angle2dir(rotation+dir2angle(cyclelinkeddir)) + cyclelinkairlock()