This commit is contained in:
Fermi
2019-09-20 20:06:38 +01:00
parent 18afb348fe
commit e6a5530363

View File

@@ -741,7 +741,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