fix lighting objects being moved from their turfs on shuttle move (#28360)

This commit is contained in:
warriorstar-orion
2025-02-12 22:22:09 +00:00
committed by GitHub
parent f17c7acd22
commit 38b066f053
+4
View File
@@ -10,6 +10,10 @@
abstract_move(T1)
return 1
/atom/movable/lighting_object/onShuttleMove(turf/oldT, turf/T1, rotation, mob/caller)
// lighting objects should not be moved from their parent turfs
return 0
/obj/effect/landmark/shuttle_import/onShuttleMove()
// Used for marking where to preview/load shuttles
return 0