Difference for server/player.c from version 1.182 to 1.183


version 1.182 version 1.183
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 1284
 
Line 1284
       /* 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)


Legend:
line(s) removed in v.1.182 
line(s) changed
 line(s) added in v.1.183

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:39