Difference for common/living.c from version 1.68 to 1.69


version 1.68 version 1.69
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.68 2005/05/03 18:31:05 ryo_saeba Exp $";   *   "$Id: living.c,v 1.69 2005/06/14 18:51:29 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 570
 
Line 570
   }    }
   if(tmp->stats.luck) {    if(tmp->stats.luck) {
     success=1;      success=1;
     if(flag>0) {      if(flag*tmp->stats.luck>0) {
       (*draw_info_func)(NDI_UNIQUE, 0, op,"You feel more lucky.");        (*draw_info_func)(NDI_UNIQUE, 0, op,"You feel more lucky.");
     } else {      } else {
       (*draw_info_func)(NDI_UNIQUE, 0, op,"You feel less lucky.");        (*draw_info_func)(NDI_UNIQUE, 0, op,"You feel less lucky.");


Legend:
line(s) removed in v.1.68 
line(s) changed
 line(s) added in v.1.69

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