Applying upstream fixes.

This commit is contained in:
Ghommie
2019-06-17 00:27:07 +02:00
parent b782226900
commit b2d82bd1f1
5 changed files with 12 additions and 8 deletions
+2
View File
@@ -34,7 +34,9 @@ INITIALIZE_IMMEDIATE(/mob/dead)
var/turf/new_turf = get_turf(destination)
if (old_turf?.z != new_turf?.z)
onTransitZ(old_turf?.z, new_turf?.z)
var/oldloc = loc
loc = destination
Moved(oldloc, NONE, TRUE)
/mob/dead/Stat()
..()