homing projectiles + wizard spell (#21752)

This commit is contained in:
Charlie
2023-07-24 15:52:17 +01:00
committed by GitHub
parent 907ee1abd1
commit 5ccd8241c4
6 changed files with 70 additions and 1 deletions
@@ -871,6 +871,7 @@ Note that amputating the affected organ does in fact remove the infection from t
forceMove(T)
/obj/item/organ/external/proc/add_embedded_object(obj/item/I)
owner.throw_alert("embeddedobject", /obj/screen/alert/embeddedobject)
embedded_objects += I
I.forceMove(owner)
RegisterSignal(I, COMSIG_MOVABLE_MOVED, PROC_REF(remove_embedded_object))