mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
* audits some modular defines * oops I didnt mean to commit that * Update tgstation.dme * plus some define bits why not
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
#define BASIC_MOB_MAX_STAMINALOSS 200
|
|
|
|
///Basic mob flags
|
|
#define DEL_ON_DEATH (1<<0)
|
|
#define FLIP_ON_DEATH (1<<1)
|
|
#define REMAIN_DENSE_WHILE_DEAD (1<<2)
|
|
#define FLAMMABLE_MOB (1<<3)
|