diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index e2e99560b..be23f701d 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -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 \ No newline at end of file + return picked_reagent