mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Actually inserts the implant when using an autosurgeon on someone else (#64528)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user