diff --git a/code/modules/shuttle/on_move.dm b/code/modules/shuttle/on_move.dm index 815541f36bc..87c1dae41df 100644 --- a/code/modules/shuttle/on_move.dm +++ b/code/modules/shuttle/on_move.dm @@ -13,6 +13,12 @@ return 0 . = ..() +/obj/effect/landmark/onShuttleMove() + // Drop invisibility juuust enough to get moved + invisibility = 100 + . = ..() + invisibility = 101 + /obj/machinery/door/onShuttleMove() . = ..() if(!.)