Everything is pain

This commit is contained in:
Thalpy
2019-10-12 13:22:05 +01:00
parent d94f796ffb
commit 82446681bf
+1 -1
View File
@@ -402,7 +402,7 @@
for(var/B in cached_required_reagents)
if(!has_reagent(B, cached_required_reagents[B]*CHEMICAL_QUANTISATION_LEVEL))//Allows vols at less than 1 to react.
if(!has_reagent(B, cached_required_reagents[B]))//Allows vols at less than 1 to react.
break
total_matching_reagents++
for(var/B in cached_required_catalysts)