From b7aa0f89081edd7924a1925862530a3af7db1d8c Mon Sep 17 00:00:00 2001 From: Krausus Date: Sun, 1 Jan 2017 02:51:53 -0500 Subject: [PATCH] Now doesn't break shuttle previewing --- code/modules/shuttle/on_move.dm | 4 ++++ 1 file changed, 4 insertions(+) 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(!.)