Skip to content

Commit

Permalink
Medical vendor Create&Destroy fix (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Sep 26, 2024
1 parent 826a340 commit 6d9e485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/vending/vendor_types/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
)

/obj/structure/machinery/cm_vending/sorted/medical/Destroy()
STOP_PROCESSING(SSslowobj, src)
QDEL_NULL(last_health_display)
. = ..()

Expand Down

0 comments on commit 6d9e485

Please sign in to comment.