From 1b41277376a35c6993707de9ebb074cba66b9a50 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Tue, 29 Oct 2019 00:49:06 -0500 Subject: [PATCH] turns cryo player searching for carbon mobs only We really couldn't care less to despawn ghosts, would we? --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index ca971c9b65d..e893767bd11 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1896,7 +1896,7 @@ else if(href_list["cryoplayer"]) if(!check_rights(R_ADMIN)) return - var/mob/M = locate(href_list["cryoplayer"]) + var/mob/living/carbon/M = locate(href_list["cryoplayer"]) if(!istype(M)) to_chat(usr,"Mob doesn't exist!") return