cleans up atom/movable/Destroy + adds walk(src, 0)

This commit is contained in:
spookerton
2022-03-28 13:09:28 +01:00
parent 21ee12ae4b
commit 5212706f3d
9 changed files with 16 additions and 37 deletions
-5
View File
@@ -59,11 +59,6 @@
light = null
return ..()
/atom/movable/Destroy()
var/turf/T = loc
if(opacity && istype(T))
T.reconsider_lights()
return ..()
/atom/movable/Moved(atom/old_loc, direction, forced = FALSE)
. = ..()