Merge pull request #3449 from VOREStation/dont-move-me

Prevent lighting_overlay objects from being moved around.
This commit is contained in:
Anewbe
2017-05-16 18:37:29 -05:00
committed by GitHub

View File

@@ -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