Merge pull request #7475 from VOREStation/vplk-fix-light-movement

Fix /Moved() that doesn't call parent.
This commit is contained in:
Aronai Sieyes
2020-04-27 09:54:06 -04:00
committed by GitHub
+1
View File
@@ -462,6 +462,7 @@
// Called when a mob successfully moves.
// Would've been an /atom/movable proc but it caused issues.
/mob/Moved(atom/oldloc)
. = ..()
for(var/obj/O in contents)
O.on_loc_moved(oldloc)