mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #3449 from VOREStation/dont-move-me
Prevent lighting_overlay objects from being moved around.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user