Files
Aurora.3/code/__DEFINES/movespeed_modification.dm
Fluffy b0c9a4649c Speed modifiers (#19845)
Ported and implemented movespeed_modifer, for most things, from TG.
Gave deprecation DMDocs to the old calculation system.
Some code cleanup around.
2024-09-06 22:20:56 +00:00

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"