mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
10 lines
243 B
Plaintext
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")) |