fixed chemical prep not working (runtime)

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2013-02-25 15:06:40 +10:00
parent 46ecf43cf9
commit 54fd829781
2 changed files with 3 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
user << "\red There is nothing on the [src]."
/obj/machinery/bunsen_burner/proc/try_heating()
src.visible_message("\blue \icon[src] [src] bubbles.")
src.visible_message("\blue \icon[src] [src] hisses.")
if(held_container && heating)
heated = 1
held_container.reagents.handle_reactions()