Partially fixes tiny runaway decimals in reagents.

This commit is contained in:
kevinz000
2019-09-10 10:27:40 -07:00
committed by Archie
parent ee082f200e
commit 8e1effc3e4
+2 -2
View File
@@ -1,4 +1,4 @@
#define CHEMICAL_QUANTISATION_LEVEL 0.001
#define CHEMICAL_QUANTISATION_LEVEL 0.001
/proc/build_chemical_reagent_list()
//Chemical Reagents - Initialises all /datum/reagent into a list indexed by reagent id
@@ -1148,4 +1148,4 @@
if(initial(R.can_synth))
random_reagents += R
var/picked_reagent = pick(random_reagents)
return picked_reagent
return picked_reagent