mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 15:36:47 +01:00
b0c9a4649c
Ported and implemented movespeed_modifer, for most things, from TG. Gave deprecation DMDocs to the old calculation system. Some code cleanup around.
16 lines
367 B
Plaintext
16 lines
367 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"
|
|
|
|
#define MOVESPEED_ID_MIDAS_BLIGHT "midas_blight_debuff"
|