Fixes quant errors, I hope.

This commit is contained in:
Fermi
2019-09-20 19:54:21 +01:00
parent 79b1d33008
commit 9cca272986
+1 -1
View File
@@ -749,7 +749,7 @@
total_volume = 0
for(var/reagent in cached_reagents)
var/datum/reagent/R = reagent
if(R.volume < CHEMICAL_QUANTISATION_LEVEL)
if((R.volume < 0.01) && !fermiIsReacting)
del_reagent(R.id)
else
total_volume += R.volume