Files
S.P.L.U.R.T-Station-13/code/__DEFINES/pool.dm
Detective Google d5b227a0ca adds the POOL to box station
F in chat for dorms 7.
2020-01-11 23:34:07 -06:00

10 lines
243 B
Plaintext

//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"))