mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update topic.dm
This commit is contained in:
@@ -1896,7 +1896,7 @@
|
|||||||
else if(href_list["cryoplayer"])
|
else if(href_list["cryoplayer"])
|
||||||
if(!check_rights(R_ADMIN)) return
|
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))
|
if(!istype(M))
|
||||||
to_chat(usr,"<span class='warning'>Mob doesn't exist!</span>")
|
to_chat(usr,"<span class='warning'>Mob doesn't exist!</span>")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user