Files
CHOMPStation2/code/modules/blob2/_defines.dm
2020-04-13 01:35:01 -04:00

14 lines
327 B
Plaintext

#define BLOB_CORE_PULSE_RANGE 6
#define BLOB_NODE_PULSE_RANGE 4
#define BLOB_CORE_EXPAND_RANGE 8
#define BLOB_NODE_EXPAND_RANGE 6
#define BLOB_DIFFICULTY_EASY 0
#define BLOB_DIFFICULTY_MEDIUM 1
#define BLOB_DIFFICULTY_HARD 2
#define BLOB_DIFFICULTY_SUPERHARD 3
#define BLOB_CHUNK_CONSTANT 0
#define BLOB_CHUNK_TOGGLE 1