mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 06:21:57 +00:00
* Addiction rework * a Co-authored-by: Qustinnus <Floydje123@hotmail.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.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"
|