version 1.35 | | version 1.36 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_util_c = | | * static char *rcsid_spell_util_c = |
* "$Id: spell_util.c,v 1.35 2000/12/04 00:40:05 cvs Exp $"; | | * "$Id: spell_util.c,v 1.36 2000/12/09 22:39:04 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
case SP_WINDSTORM: | | case SP_WINDSTORM: |
case SP_PEACE: | | case SP_PEACE: |
case SP_SPIDERWEB: | | case SP_SPIDERWEB: |
| | case SP_VITRIOL_SPLASH: |
success = cast_cone(op,caster,dir,duration,type,spellarch[type],!ability); | | success = cast_cone(op,caster,dir,duration,type,spellarch[type],!ability); |
break; | | break; |
case SP_TURN_UNDEAD: | | case SP_TURN_UNDEAD: |
| | |
break; | | break; |
| | |
case SP_POISON_FOG: | | case SP_POISON_FOG: |
case SP_VITRIOL_SPLASH: | | |
/* These two don't do anything yet, but putting the above in | | /* These two don't do anything yet, but putting the above in |
* prevents compiler warnings. | | * prevents compiler warnings. |
*/ | | */ |