cdirt/ascii/
cdirt/data/BULL/
cdirt/data/ZONES/PENDING/
cdirt/pending/
cdirt/src/utils/
cdirt/utils/
#define MFL_NOHEAT	0	/* Mobile doesn't like things lit */
#define MFL_THIEF	1	/* Mobile steals */
#define MFL_SWPN	2	/* Mobile steals your weapon */
#define MFL_SWORN	3	/* Mobile may steal what you wear */
#define MFL_PITIT	4	/* Mobile pits, what it steals */
#define MFL_DLEVEL	5	/* Mobile drains level */
#define MFL_DSCORE	6	/* Mobile drains your score */
#define MFL_TALK	7	/* Mobile can talk */
#define MFL_BAR_N	8	/* Mobile may bar your way in <dir> */
#define MFL_BAR_E	9
#define MFL_BAR_S	10
#define MFL_BAR_W	11
#define MFL_BAR_U	12
#define MFL_BAR_D	13
#define MFL_QFOOD	14	/* Mobile quits when given food */
#define MFL_NOGRAB	15	/* Cannot take items from the mobiles room */
#define MFL_GRABH	16	/* NOGRAB, only mobile attacks */
#define MFL_PICK	17	/* Mobile do picks up things it finds */
#define MFL_NOSTEAL	18	/* Stealing from mobile and be attacked */
#define MFL_BLOCK	19	/* BAR, only mobile attacks */
#define MFL_CROSS	20	/* Mobile doesn't attack players with cross */
#define MFL_SMART       21      /* Mobile will not wield or wear weaker itms */
#define MFL_MAX         22