version 1.9 | | version 1.10 |
---|
| | |
/* | | /* |
* static char *rcsid_living_c = | | * static char *rcsid_living_c = |
* "$Id: living.c,v 1.9 2000/08/02 06:04:50 cvs Exp $"; | | * "$Id: living.c,v 1.10 2000/08/08 06:57:57 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
op->contr->gen_sp += tmp->stats.sp; | | op->contr->gen_sp += tmp->stats.sp; |
op->contr->gen_grace += tmp->stats.grace; | | op->contr->gen_grace += tmp->stats.grace; |
op->contr->gen_sp_armour += tmp->last_heal; | | op->contr->gen_sp_armour += tmp->last_heal; |
| | #if 0 |
if (tmp->last_heal) LOG(llevDebug,"Object %s applied, gen_sp_armour + %d = %d\n", tmp->name, tmp->last_heal, op->contr->gen_sp_armour); | | if (tmp->last_heal) LOG(llevDebug,"Object %s applied, gen_sp_armour + %d = %d\n", tmp->name, tmp->last_heal, op->contr->gen_sp_armour); |
| | #endif |
} | | } |
} | | } |
| | |