Difference for common/living.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.18 2000/12/27 07:53:33 cvs Exp $";   *   "$Id: living.c,v 1.19 2001/01/01 23:00:57 avogl Exp $";
  */   */
   
 /*  /*
Line 862
 
Line 862
       if(op->type==PLAYER        if(op->type==PLAYER
 #ifdef ALLOW_SKILLS /* The meaning of stats in skill or experience objects is different -  #ifdef ALLOW_SKILLS /* The meaning of stats in skill or experience objects is different -
       * we use them solely to link skills to experience, thus it is         * we use them solely to link skills to experience, thus it is
       * inappropriate to allow these applied objects to change stats */         * inappropriate to allow these applied objects to change stats.
            && tmp->type!=EXPERIENCE                        * An exception is exp_wis, containing info about god-properties! */
    && (tmp->type!=EXPERIENCE || !strcmp(tmp->arch->name, "experience_wis"))
 #endif  #endif
       ) {        ) {
         for(i=0;i<7;i++)          for(i=0;i<7;i++)


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

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