version 1.26 | | version 1.27 |
---|
| | |
/* | | /* |
* static char *rcsid_spellist_h = | | * static char *rcsid_spellist_h = |
* "$Id: spellist.h,v 1.26 2001/05/12 04:04:19 mwedel Exp $"; | | * "$Id: spellist.h,v 1.27 2001/05/29 04:41:53 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
PATH_ABJURE, "enchantment",}, | | PATH_ABJURE, "enchantment",}, |
/* consecrate spell has no use w/o MULTIPLE_GODS defined. We make book=0 | | /* consecrate spell has no use w/o MULTIPLE_GODS defined. We make book=0 |
* in that case -b.t. */ | | * in that case -b.t. */ |
#ifdef MULTIPLE_GODS | | |
{"consecrate", 4, 35, 0, 50, 0, 0, 1, 1, 0, 1, 0, | | {"consecrate", 4, 35, 0, 50, 0, 0, 1, 1, 0, 1, 0, |
PATH_ABJURE, "enchantment",}, | | PATH_ABJURE, "enchantment",}, |
#else | | |
{"consecrate", 4, 35, 0, 50, 0, 0, 0, 1, 0, 1, 0, | | |
PATH_ABJURE, "enchantment",}, | | |
#endif | | |
{"summon cult monsters", 3, 12, 0, 10, 0, 0, 2, 1, 0, 1, 0, | | {"summon cult monsters", 3, 12, 0, 10, 0, 0, 2, 1, 0, 1, 0, |
PATH_SUMMON, NULL,}, | | PATH_SUMMON, NULL,}, |
{"cause critical wounds", 7, 25, 0, 5, 0, 0, 0, 1, 0, 1, 0, | | {"cause critical wounds", 7, 25, 0, 5, 0, 0, 0, 1, 0, 1, 0, |