Fix /Moved() that doesn't call parent.

This commit is contained in:
Leshana
2020-04-26 23:51:58 -04:00
parent eebb0bbc64
commit cfac8f99f3

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)