LOW4_Fixup/src/obj/
/***************************************************************************
 *  God Wars Mud originally written by KaVir aka Richard Woolcock.         *
 *  Changes done to the code done by Sage aka Walter Howard, this mud is   *
 *  for the public, however if you run this code it means you agree        *
 *  to the license.low, license.gw, and license.merc have fun. :)          *
***************************************************************************/
// Age.
#define D_ANCIENT	6
#define D_ELDER		5
#define D_ADULT		4
#define D_YADULT	3
#define D_JUVENILE	2
#define D_HATCHLING	1


#define DRAGON_AGE	0
#define DRAGON_COLOR	1
#define DRAGON_FORM     2

// Colors
#define DRED		1
#define DGREEN		2
#define DBLUE		3
#define DYELLOW		4
#define DSILVER		5
#define DWHITE		6
#define DBLACK		7
#define DGOLD		8
#define DSHADOW		9

#define MAX_FORMS	7