diff --git a/code/modules/shuttle/on_move.dm b/code/modules/shuttle/on_move.dm index 87c1dae41df..20fb021496a 100644 --- a/code/modules/shuttle/on_move.dm +++ b/code/modules/shuttle/on_move.dm @@ -19,6 +19,10 @@ . = ..() invisibility = 101 +/obj/effect/landmark/shuttle_import/onShuttleMove() + // Unless you're THIS landmark + return 0 + /obj/machinery/door/onShuttleMove() . = ..() if(!.)