version 1.7 | | version 1.8 |
---|
| | |
/* | | /* |
* static char *rcsid_spells_h = | | * static char *rcsid_spells_h = |
* "$Id: spells.h,v 1.7 2000/10/31 04:53:48 peterm Exp $"; | | * "$Id: spells.h,v 1.8 2000/11/17 11:16:45 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
SP_L_MANABALL, SP_MANA_BOLT, | | SP_L_MANABALL, SP_MANA_BOLT, |
| | |
SP_DANCING_SWORD, SP_ANIMATE_WEAPON, SP_CAUSE_COLD, /* 185 */ | | SP_DANCING_SWORD, SP_ANIMATE_WEAPON, SP_CAUSE_COLD, /* 185 */ |
SP_DIVINE_SHOCK | | SP_DIVINE_SHOCK, SP_WINDSTORM |
}; | | }; |
| | |
#define IS_SUMMON_SPELL(spell) (((spell) > SP_BOMB && (spell) < SP_D_DOOR) \ | | #define IS_SUMMON_SPELL(spell) (((spell) > SP_BOMB && (spell) < SP_D_DOOR) \ |