diff --git a/code/game/objects/items/weapons/autopsy.dm b/code/game/objects/items/weapons/autopsy.dm index 1b1b3a5433..302ac99d97 100644 --- a/code/game/objects/items/weapons/autopsy.dm +++ b/code/game/objects/items/weapons/autopsy.dm @@ -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))