aaaa what did I doooo

Github pains me greatly
This commit is contained in:
Fermi
2019-03-11 18:21:09 +00:00
parent 720e8d2d1d
commit 4558110dfb

View File

@@ -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.