version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.18 2000/11/17 11:16:45 peterm Exp $"; | | * "$Id: define.h,v 1.19 2000/11/18 03:32:34 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#define CLOAK 87 | | #define CLOAK 87 |
#define CONE 88 | | #define CONE 88 |
| | #define AURA 89 /* aura spell object */ |
| | |
#define SPINNER 90 | | #define SPINNER 90 |
#define GATE 91 | | #define GATE 91 |
| | |
| | |
#define NRSPELLPATHS 20 | | #define NRSPELLPATHS 20 |
| | |
#define NROFREALSPELLS 190 /* Number of different spells */ | | #define NROFREALSPELLS 199 /* Number of different spells */ |
| | |
#define NROFSKILLS 33 /* match to the number of elements in skills[] array */ | | #define NROFSKILLS 33 /* match to the number of elements in skills[] array */ |
| | |