diff --git a/code/modules/surgery/organs/autosurgeon.dm b/code/modules/surgery/organs/autosurgeon.dm index 24ae7bb74b1..1037b3b45c2 100644 --- a/code/modules/surgery/organs/autosurgeon.dm +++ b/code/modules/surgery/organs/autosurgeon.dm @@ -82,6 +82,7 @@ user.visible_message(span_notice("[user] presses a button on [src], and you hear a short mechanical noise."), span_notice("You press a button on [src] as it plunges into [target]'s body.")) to_chat(target, span_notice("You feel a sharp sting as something plunges into your body!")) playsound(get_turf(user), 'sound/weapons/circsawhit.ogg', 50, vary = TRUE) + storedorgan.Insert(target) //let's actually get the organ into the target, yeah? use_autosurgeon() /obj/item/autosurgeon/organ/screwdriver_act(mob/living/user, obj/item/screwtool)