Difference for server/shop.c from version 1.24 to 1.25


version 1.24 version 1.25
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_shop_c =   * static char *rcsid_shop_c =
  *   "$Id: shop.c,v 1.24 2003/09/13 05:02:12 mwedel Exp $";   *   "$Id: shop.c,v 1.25 2003/10/26 06:56:57 mwedel Exp $";
  */   */
   
 /*  /*
Line 157
 
Line 157
   
       charisma = who->stats.Cha;  /* used for SK_BARGAINING modification */        charisma = who->stats.Cha;  /* used for SK_BARGAINING modification */
   
       if (find_skill(who,SK_BARGAINING)) {        if (find_skill_by_number(who,SK_BARGAINING)) {
  charisma += (who->level+2)/3;   charisma += (who->level+2)/3;
  if(charisma>30) charisma = 30;   if(charisma>30) charisma = 30;
       }        }


Legend:
line(s) removed in v.1.24 
line(s) changed
 line(s) added in v.1.25

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