Mobs don't get lost in space (#7713)

This commit is contained in:
Atermonera
2020-10-02 18:22:16 -07:00
committed by GitHub
parent 004dc0dee0
commit 37d7360423
+3 -2
View File
@@ -71,8 +71,9 @@ proc/get_deepspace(x,y)
/mob/lost_in_space()
return isnull(client)
/mob/living/carbon/human/lost_in_space()
return isnull(client) && !key && stat == DEAD
/mob/living/lost_in_space()
return FALSE
// return isnull(client) && !key && stat == DEAD // Allows bodies that players have ghosted from to be deleted - Ater
proc/overmap_spacetravel(var/turf/space/T, var/atom/movable/A)
if (!T || !A)