Fix grinder runtime (#43206)

This commit is contained in:
ShizCalev
2019-03-20 15:46:27 -07:00
committed by Tad Hardesty
parent 09dee8bd2a
commit 0c8e40c23b
@@ -72,8 +72,9 @@
if(!(stat & (NOPOWER|BROKEN)))
to_chat(user, "<span class='notice'>The status display reads:</span>")
to_chat(user, "<span class='notice'>- Grinding reagents at <b>[speed*100]%</b>.<span>")
for(var/datum/reagent/R in beaker.reagents.reagent_list)
to_chat(user, "<span class='notice'>- [R.volume] units of [R.name].</span>")
if(beaker)
for(var/datum/reagent/R in beaker.reagents.reagent_list)
to_chat(user, "<span class='notice'>- [R.volume] units of [R.name].</span>")
/obj/machinery/reagentgrinder/handle_atom_del(atom/A)
. = ..()