version 1.32 | | version 1.33 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_util_c = | | * static char *rcsid_spell_util_c = |
* "$Id: spell_util.c,v 1.32 2000/11/20 00:59:16 peterm Exp $"; | | * "$Id: spell_util.c,v 1.33 2000/11/21 18:58:34 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* op->stats.sp stores the spell which made this object here. */ | | /* op->stats.sp stores the spell which made this object here. */ |
tmp = arch_to_object (op->other_arch); | | tmp = arch_to_object (op->other_arch); |
switch(tmp->type) { | | switch(tmp->type) { |
| | case POISONCLOUD: |
case FBALL: { | | case FBALL: { |
| | |
tmp->stats.dam += SP_level_dam_adjust(op,op,op->stats.sp); | | tmp->stats.dam += SP_level_dam_adjust(op,op,op->stats.sp); |