version 1.6 | | version 1.7 |
---|
| | |
/* | | /* |
* static char *rcsid_monster_c = | | * static char *rcsid_monster_c = |
* "$Id: monster.c,v 1.6 2000/05/27 06:02:58 cvs Exp $"; | | * "$Id: monster.c,v 1.7 2000/06/09 12:01:47 jec Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if ( ! tmp) | | if ( ! tmp) |
tmp = heaviest; | | tmp = heaviest; |
if (tmp && QUERY_FLAG (tmp, FLAG_APPLIED)) { | | if (tmp && QUERY_FLAG (tmp, FLAG_APPLIED)) { |
if (monster_apply_special (op, tmp, AP_UNAPPLY)) { | | if (apply_special (op, tmp, AP_UNAPPLY | AP_NO_MERGE)) { |
LOG (llevError, "BUG: find_mon_throw_ob(): couldn't unapply\n"); | | LOG (llevError, "BUG: find_mon_throw_ob(): couldn't unapply\n"); |
tmp = NULL; | | tmp = NULL; |
} | | } |