version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_living_c = | | * static char *rcsid_living_c = |
* "$Id: living.c,v 1.12 2000/10/16 19:22:57 peterm Exp $"; | | * "$Id: living.c,v 1.13 2000/10/21 20:12:52 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
op->protected|=tmp->protected; | | op->protected|=tmp->protected; |
op->vulnerable|=tmp->vulnerable; | | op->vulnerable|=tmp->vulnerable; |
if (tmp->type!=BOW) { | | if (tmp->type!=BOW) { |
| | if(tmp->type != SYMPTOM) |
op->attacktype|=tmp->attacktype; | | op->attacktype|=tmp->attacktype; |
/* if (tmp->attacktype) LOG(llevDebug,"Object %s applied, attacktype=0x%x\n", tmp->name, tmp->attacktype);*/ | | /* if (tmp->attacktype) LOG(llevDebug,"Object %s applied, attacktype=0x%x\n", tmp->name, tmp->attacktype);*/ |
} | | } |