mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
// Amount of nutrition at which point overeatduration starts to tick up.
|
|
// AKA from this point on you get fat.
|
|
#define OVEREAT_THRESHOLD 450
|
|
|
|
#define MIMING_OUT_OF_CHOICE 1
|
|
#define MIMING_OUT_OF_CURSE 2 |