Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
realkhad committed Jun 26, 2023
1 parent f9849c7 commit 201297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/iv_drip.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
..()
Expand Down

0 comments on commit 201297f

Please sign in to comment.