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.
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)
|