/***************************************************************************
* Original Diku Mud copyright (C) 1990, 1991 by Sebastian Hammer, *
* Michael Seifert, Hans Henrik St{rfeldt, Tom Madsen, and Katja Nyboe. *
* *
* Merc Diku Mud improvments copyright (C) 1992, 1993 by Michael *
* Chastain, Michael Quan, and Mitchell Tse. *
* *
* In order to use any part of this Merc Diku Mud, you must comply with *
* both the original Diku license in 'license.doc' as well the Merc *
* license in 'license.txt'. In particular, you may not remove either of *
* these copyright notices. *
* *
* Dystopia Mud improvements copyright (C) 2000, 2001 by Brian Graversen *
* *
* Much time and thought has gone into this software and you are *
* benefitting. We hope that you share your changes too. What goes *
* around, comes around. *
***************************************************************************/
/* Drone bits */
#define DRONE_HORRID_REALITY 1
#define DRONE_DISTORTED_REALITY 2
#define DRONE_ALTERNATE_REALITY 3
#define DRONE_WILLPOWER 4
#define DRONE_MINDCONTROL 5
#define DRONE_PSIONICS 6
#define DRONE_EVASION 7
#define DRONE_FORTITUDE 8
#define DRONE_FOCUS 9
#define DRONE_EYE 10
#define DRONE_NIGHTMARE 11
#define DRONE_EYE_OFF 0
#define DRONE_EYE_CUSTOM 1
#define DRONE_EYE_READAURA 2
#define DRONE_EYE_LEVEL 3