mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 12:47:13 +01:00
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
// Ready states at roundstart for mob/dead/new_player
|
|
#define PLAYER_READY_TO_OBSERVE 2
|
|
|
|
#define WENDIGO_BODYPART "wendigo"
|
|
|
|
// Increase max age
|
|
#undef AGE_MAX_INPUT
|
|
#define AGE_MAX_INPUT SHORT_REAL_LIMIT // Maximum safe number
|
|
|
|
#undef PIXEL_SHIFT_MAXIMUM
|
|
#define PIXEL_SHIFT_MAXIMUM 32
|
|
|
|
#define BREATH_NITROGEN /datum/breathing_class/nitrogen
|