From 4558110dfbd43e716050e06ef526849dcf217dfd Mon Sep 17 00:00:00 2001 From: Fermi Date: Mon, 11 Mar 2019 18:21:09 +0000 Subject: [PATCH] aaaa what did I doooo Github pains me greatly --- code/__DEFINES/reagents.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/__DEFINES/reagents.dm b/code/__DEFINES/reagents.dm index f8f59a367f..ccfbd1a627 100644 --- a/code/__DEFINES/reagents.dm +++ b/code/__DEFINES/reagents.dm @@ -2,6 +2,11 @@ #define LIQUID 2 #define GAS 3 +#define REAGENT_NORMAL_PH 7.000 +#define REAGENT_PH_ACCURACY 0.001 +#define REAGENT_PURITY_ACCURACY 0.001 +#define DEFAULT_SPECIFIC_HEAT 200 + // container_type defines #define INJECTABLE (1<<0) // Makes it possible to add reagents through droppers and syringes. #define DRAWABLE (1<<1) // Makes it possible to remove reagents through syringes.