adds the POOL to box station

F in chat for dorms 7.
This commit is contained in:
Detective Google
2020-01-11 23:34:07 -06:00
parent ae46c1f63d
commit d5b227a0ca
31 changed files with 1768 additions and 247 deletions
+10
View File
@@ -0,0 +1,10 @@
//TODO: move these to their own file
#define POOL_FRIGID 1
#define POOL_COOL 2
#define POOL_NORMAL 3
#define POOL_WARM 4
#define POOL_SCALDING 5
#define POOL_REAGENT_TICK_INTERVAL 5
GLOBAL_LIST_INIT(blacklisted_pool_reagents, list("plasma"))