Crossfire Server, Trunk
R21670
|
Macros | |
#define | WILL_APPLY_DOOR 0x8 |
#define | WILL_APPLY_EARTHWALL 0x4 |
#define | WILL_APPLY_FOOD 0x10 |
#define | WILL_APPLY_HANDLE 0x1 |
#define | WILL_APPLY_TREASURE 0x2 |
How monsters should handle some items they have or things on the ground. Those flags correspond to the object::will_apply field.
#define WILL_APPLY_DOOR 0x8 |
#define WILL_APPLY_EARTHWALL 0x4 |
#define WILL_APPLY_FOOD 0x10 |
#define WILL_APPLY_HANDLE 0x1 |
Apply handles and triggers.
Definition at line 52 of file object.h.
Referenced by monster_apply_below().
#define WILL_APPLY_TREASURE 0x2 |
Open chests.
Definition at line 53 of file object.h.
Referenced by monster_apply_below(), and monster_check_apply().