mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* tgu * utter bullshit * fixes more bugs * a * barsign bullshit * Update barsigns.dm * bitrunner update * infiltrator bullshit * ports 2 gamebreaking bug fixes * mentorwho is now in a block * Sec mech bay for fulp maps * merge conflict * oh man im pushing this to map depot --------- Co-authored-by: SgtHunk <68669754+SgtHunk@users.noreply.github.com>
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"
|