Update topic.dm

This commit is contained in:
Poojawa
2019-10-29 01:14:00 -05:00
committed by GitHub
parent 1b41277376
commit c4b9b86a9a

View File

@@ -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,"<span class='warning'>Mob doesn't exist!</span>")
return