mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-26 17:22:56 +00:00
Ported and implemented movespeed_modifer, for most things, from TG. Gave deprecation DMDocs to the old calculation system. Some code cleanup around.
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
/// Flags for specifically what kind of items to get in get_equipped_items
|
|
#define INCLUDE_POCKETS (1<<0)
|
|
// #define INCLUDE_ACCESSORIES (1<<1) //We use a different system for this
|
|
#define INCLUDE_HELD (1<<2)
|