Merge pull request #6054 from Krausus/shuttling-around-landmarks

Fixes landmarks not being moved by shuttles
This commit is contained in:
Crazy Lemon
2017-01-02 19:37:56 -08:00
committed by GitHub
+7 -4
View File
@@ -8,10 +8,13 @@
/atom/movable/lighting_overlay/onShuttleMove()
return 0
/obj/onShuttleMove()
if(invisibility >= 101)
return 0
. = ..()
/obj/effect/landmark/shuttle_import/onShuttleMove()
// Used for marking where to preview/load shuttles
return 0
/obj/docking_port/onShuttleMove()
// Stationary ports shouldn't move, mobile ones move themselves
return 0
/obj/machinery/door/onShuttleMove()
. = ..()