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:15:47 -04:00
parent 2f918f1041
commit 45fcf086ba
@@ -112,6 +112,15 @@
/atom/movable/lighting_overlay/singularity_pull()
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()
total_lighting_overlays--
global.lighting_update_overlays -= src