Merge pull request #932 from Kelenius/trayFix

Fixes trays not processing reagents
This commit is contained in:
Neerti
2016-02-08 04:42:18 -05:00
+1 -1
View File
@@ -217,7 +217,7 @@
if(reagents.total_volume <= 0)
return
reagents.trans_to(temp_chem_holder, min(reagents.total_volume,rand(1,3)))
reagents.trans_to_obj(temp_chem_holder, min(reagents.total_volume,rand(1,3)))
for(var/datum/reagent/R in temp_chem_holder.reagents.reagent_list)