version 1.25 | | version 1.26 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.25 2000/11/06 23:06:47 jec Exp $"; | | * "$Id: spell_effect.c,v 1.26 2000/11/17 11:16:45 peterm Exp $"; |
*/ | | */ |
| | |
| | |
| | |
{ | | { |
/* Recur through the inventory */ | | /* Recur through the inventory */ |
for(tmp=op->inv;tmp!=NULL;tmp=tmp->below) | | for(tmp=op->inv;tmp!=NULL;tmp=tmp->below) |
if (!did_make_save_item(tmp, AT_CANCELLATION)) | | if (!did_make_save_item(tmp, AT_CANCELLATION,op)) |
cancellation(tmp); | | cancellation(tmp); |
} | | } |
else /* Nullify this object. */ | | else /* Nullify this object. */ |