mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 12:20:09 +01:00
cbc4151bfb
* Part 1 * WIP * The rest of these * More stuff * Whoops, did that wrong * typo * gweeen * This all works * SHOWER * Rads * awa * rad * Update life.dm * edits * Makes lvl 3 rads give you a warning. You should already know by this point, but this makes it EXTRA clear you're getting fucked * Update vorestation.dme * aaa * propagate * gwah * more fixes * AAA * Update radiation.dm * Update radiation.dm * mobs rads * rads * fix this * Update _reagents.dm * these * Get rid of these * rad * Update config.txt * fixed * Update radiation_effects.dm
9 lines
384 B
Plaintext
9 lines
384 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)
|
|
#define INCLUDE_HELD (1<<2)
|
|
/// Include prosthetic item limbs (which are not flavoured as being equipped items)
|
|
#define INCLUDE_PROSTHETICS (1<<3)
|
|
/// Include items that are not "real" items, such as hand items
|
|
#define INCLUDE_ABSTRACT (1<<4)
|