Go to the source code of this file.
Data Structures | |
struct | edog |
Defines | |
#define | DOGFOOD 0 |
#define | CADAVER 1 |
#define | ACCFOOD 2 |
#define | MANFOOD 3 |
#define | APPORT 4 |
#define | POISON 5 |
#define | UNDEF 6 |
#define | TABU 7 |
#define | EDOG(mon) ((struct edog *)&(mon)->mextra[0]) |
#define ACCFOOD 2 |
Referenced by dog_invent(), dogfood(), tamedog(), and thitmonst().
#define APPORT 4 |
Referenced by dog_goal(), and dogfood().
#define CADAVER 1 |
Referenced by dog_invent(), and dogfood().
#define DOGFOOD 0 |
Referenced by dog_eat(), dog_goal(), dogfood(), and tamedog().
Referenced by abuse_dog(), clone_mon(), dog_eat(), dog_move(), dogfood(), domonnoise(), hitmu(), initedog(), mdamagem(), mon_catchup_elapsed_time(), mon_consume_unstone(), mstatusline(), tamedog(), wake_nearby(), wary_dog(), and xkilled().
#define MANFOOD 3 |
Referenced by dog_goal(), dog_move(), dogfood(), and tamedog().
#define POISON 5 |
Referenced by dogfood().
#define TABU 7 |
Referenced by dogfood().
#define UNDEF 6 |
Referenced by dog_goal(), and dogfood().