From 201297f23825638000700f016f5019b729f42a83 Mon Sep 17 00:00:00 2001 From: khadd <54692343+realkhad@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:47:37 +0200 Subject: [PATCH] oop --- code/game/machinery/iv_drip.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index 895a24b5c0cb..c4ffc3604698 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -65,9 +65,9 @@ update_icon() /obj/structure/machinery/iv_drip/Destroy() - . = ..() attached.active_transfusions -= src delete_beam() + . = ..() /obj/structure/machinery/iv_drip/MouseDrop(over_object, src_location, over_location) ..()