mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
fix lighting objects being moved from their turfs on shuttle move (#28360)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user