diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index e893767bd1..8a3022f989 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/living/carbon/M = locate(href_list["cryoplayer"]) + var/mob/living/carbon/M = locate(href_list["cryoplayer"]) //VOREStation edit from just an all mob check to mob/living/carbon if(!istype(M)) to_chat(usr,"Mob doesn't exist!") return