Files
Aurora.3/code/__DEFINES/obj_flags.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

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)