Skip to content

Commit

Permalink
beaker hard deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Apr 6, 2024
1 parent 7f1982b commit 4abddab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/reagents/chemistry_machinery/reagent_grinder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@

/obj/structure/machinery/reagentgrinder/Destroy()
cleanup()
. = ..()

QDEL_NULL(beaker)

return ..()

/obj/structure/machinery/reagentgrinder/update_icon()
icon_state = "juicer"+num2text(!isnull(beaker))
Expand Down

0 comments on commit 4abddab

Please sign in to comment.