From f9849c77702b8d13b45391940e0e47c9f9c2da18 Mon Sep 17 00:00:00 2001 From: khadd <54692343+realkhad@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:30:13 +0200 Subject: [PATCH] also this --- code/game/machinery/iv_drip.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index 5fbd0089b23d..895a24b5c0cb 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -66,6 +66,7 @@ /obj/structure/machinery/iv_drip/Destroy() . = ..() + attached.active_transfusions -= src delete_beam() /obj/structure/machinery/iv_drip/MouseDrop(over_object, src_location, over_location)