Merge pull request #8021 from Novacat/nova-holowarrant

Partially reverts https://github.com/PolarisSS13/Polaris/pull/7713
This commit is contained in:
Atermonera
2021-03-30 23:37:32 -09:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ proc/get_deepspace(x,y)
/mob/lost_in_space()
return isnull(client)
/mob/living/lost_in_space()
/mob/living/carbon/human/lost_in_space()
return FALSE
// return isnull(client) && !key && stat == DEAD // Allows bodies that players have ghosted from to be deleted - Ater