This commit is contained in:
Zuhayr
2013-06-25 23:55:01 -07:00
4 changed files with 6 additions and 3 deletions

View File

@@ -78,7 +78,7 @@
/obj/item/weapon/autopsy_scanner/verb/print_data()
set src in view(usr, 1)
set name = "Print Data"
if(usr.stat)
if(usr.stat || !(istype(usr,/mob/living/carbon/human)))
usr << "No."
return