version 1.17 | | version 1.18 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.17 2000/05/27 06:02:58 cvs Exp $"; | | * "$Id: spell_effect.c,v 1.18 2000/05/29 16:31:26 jec Exp $"; |
*/ | | */ |
| | |
| | |
| | |
{ | | { |
object *tmp; | | object *tmp; |
| | |
if(QUERY_FLAG(op, FLAG_ALIVE)||op->type == CONTAINER) { | | if (QUERY_FLAG (op, FLAG_ALIVE) || op->type == CONTAINER |
| | || op->type == THROWN_OBJ) |
| | { |
/* 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)) |