Fixes the autopsy scanner bugging on print

This commit is contained in:
Anewbe
2016-11-14 14:14:25 -06:00
parent aa93f8436e
commit 8e5f9444f7
+1 -1
View File
@@ -160,7 +160,7 @@
P.icon_state = "paper_words"
if(istype(usr,/mob/living/carbon))
usr.put_in_hands(src)
usr.put_in_hands(P)
/obj/item/weapon/autopsy_scanner/do_surgery(mob/living/carbon/human/M, mob/living/user)
if(!istype(M))