Actually inserts the implant when using an autosurgeon on someone else (#64528)

This commit is contained in:
Zonespace
2022-01-30 01:25:27 -08:00
committed by GitHub
parent d253a3b767
commit e804c97cc3
@@ -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)