Prevent lighting_overlay objects from being moved around.

* lighting_overlay objects belong to a turf. Turfs never move. Neither should the lighting_overlay, even of an overzealous shuttle controller thinks they should.
This commit is contained in:
Leshana
2017-05-15 17:11:22 -04:00
parent 8b9c57f0ef
commit ea223cd5fc

View File

@@ -112,6 +112,15 @@
/atom/movable/lighting_overlay/singularity_pull() /atom/movable/lighting_overlay/singularity_pull()
return return
/atom/movable/lighting_overlay/forceMove()
return 0 //should never move
/atom/movable/lighting_overlay/Move()
return 0
/atom/movable/lighting_overlay/throw_at()
return 0
/atom/movable/lighting_overlay/Destroy() /atom/movable/lighting_overlay/Destroy()
total_lighting_overlays-- total_lighting_overlays--
global.lighting_update_overlays -= src global.lighting_update_overlays -= src