Verb categories.

This commit is contained in:
Segrain
2013-09-19 08:30:05 +03:00
parent ed4389c676
commit 9eee328d34
3 changed files with 4 additions and 0 deletions

View File

@@ -76,6 +76,7 @@
chemtraces += V
/obj/item/weapon/autopsy_scanner/verb/print_data()
set category = "Object"
set src in view(usr, 1)
set name = "Print Data"
if(usr.stat || !(istype(usr,/mob/living/carbon/human)))