darn nutrients.

This commit is contained in:
Fermi
2019-10-11 18:58:53 +01:00
parent e517ece612
commit f165b5e813

View File

@@ -763,7 +763,7 @@
total_volume = 0
for(var/reagent in cached_reagents)
var/datum/reagent/R = reagent
if(R.volume == 0)//For clarity
if(R.volume <= 0)//For clarity
del_reagent(R.id)
if((R.volume < 0.01) && !fermiIsReacting)
del_reagent(R.id)