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) ..()