version 1.182 | | version 1.183 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.182 2005/10/28 19:08:53 akirschbaum Exp $"; | | * "$Id: player.c,v 1.183 2005/11/01 13:42:15 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* prevent us from turning into auto-thieves :) */ | | /* prevent us from turning into auto-thieves :) */ |
if (QUERY_FLAG (tmp, FLAG_UNPAID)) continue; | | if (QUERY_FLAG (tmp, FLAG_UNPAID)) continue; |
| | |
| | /* ignore known cursed objects */ |
| | if (QUERY_FLAG (tmp, FLAG_KNOWN_CURSED) && op->contr->mode & PU_NOT_CURSED) continue; |
| | |
/* all food and drink if desired */ | | /* all food and drink if desired */ |
/* question: don't pick up known-poisonous stuff? */ | | /* question: don't pick up known-poisonous stuff? */ |
if(op->contr->mode & PU_FOOD) | | if(op->contr->mode & PU_FOOD) |