version 1.6 | | version 1.7 |
---|
| | |
/* | | /* |
* static char *rcsid_newspells_c = | | * static char *rcsid_newspells_c = |
* "$Id: spell_effect.c,v 1.6 2000/03/27 06:13:53 cvs Exp $"; | | * "$Id: spell_effect.c,v 1.7 2000/04/05 04:41:50 cvs Exp $"; |
*/ | | */ |
| | |
| | |
| | |
break; | | break; |
case SP_DARKNESS: | | case SP_DARKNESS: |
tmp=get_archetype("darkness"); | | tmp=get_archetype("darkness"); |
tmp->speed = 0.000001 * (SP_PARAMETERS[SP_DARKNESS].bdur | | tmp->speed = 0.000350 * SP_PARAMETERS[SP_DARKNESS].bdur |
- (10*SP_level_strength_adjust(op,caster,SP_DARKNESS))); | | / (SP_PARAMETERS[SP_DARKNESS].bdur |
| | + SP_level_strength_adjust (op, caster, SP_DARKNESS)); |
break; | | break; |
case SP_COUNTERWALL: | | case SP_COUNTERWALL: |
tmp=get_archetype("counterspell"); | | tmp=get_archetype("counterspell"); |