mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 16:33:50 +00:00
Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com> Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
//flags
|
|
#define IGNORE_NOSLOW (1 << 0)
|
|
|
|
//conflict types
|
|
|
|
#define MOVE_CONFLICT_JETPACK "JETPACK"
|
|
|
|
//ids
|
|
#define MOVESPEED_ID_SANITY "sanity_component"
|
|
#define MOVESPEED_ID_STIMULANTS "movespeed_stimulants"
|
|
|
|
#define MOVESPEED_ID_MOB_GRAB_STATE "mob_grab_state"
|
|
#define MOVESPEED_ID_MOB_WALK_RUN "mob_walk_run"
|