Skip to content

Commit

Permalink
delete the beam too when the iv drip is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
realkhad committed Jun 26, 2023
1 parent 6e74d4e commit 6c3c1ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/machinery/iv_drip.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
delete_beam()
update_icon()

/obj/structure/machinery/iv_drip/Destroy()
. = ..()
delete_beam()

/obj/structure/machinery/iv_drip/MouseDrop(over_object, src_location, over_location)
..()
if(src.inoperable())
Expand Down

0 comments on commit 6c3c1ca

Please sign in to comment.