mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #10047 from Novacat/nova-ert
Properly garbage collects carp
This commit is contained in:
committed by
Chompstation Bot
parent
4d3ffaeebf
commit
3f99fb32f1
@@ -73,7 +73,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user