Difference for common/living.c from version 1.35 to 1.36


version 1.35 version 1.36
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.35 2002/03/10 16:18:13 avogl Exp $";   *   "$Id: living.c,v 1.36 2002/03/14 22:16:14 avogl Exp $";
  */   */
   
 /*  /*
Line 1520
 
Line 1520
       sprintf(pl->contr->title, "%s dragon", attacks[atnr]);        sprintf(pl->contr->title, "%s dragon", attacks[atnr]);
     else {      else {
       /* special titles for extra high resistance! */        /* special titles for extra high resistance! */
       if (skin->resist[atnr] > 40)        if (skin->resist[atnr] > 80)
  sprintf(pl->contr->title, "legendary %s dragon", attacks[atnr]);   sprintf(pl->contr->title, "legendary %s dragon", attacks[atnr]);
       else if (skin->resist[atnr] > 20)        else if (skin->resist[atnr] > 50)
  sprintf(pl->contr->title, "ancient %s dragon", attacks[atnr]);   sprintf(pl->contr->title, "ancient %s dragon", attacks[atnr]);
       else        else
  sprintf(pl->contr->title, "big %s dragon", attacks[atnr]);   sprintf(pl->contr->title, "big %s dragon", attacks[atnr]);


Legend:
line(s) removed in v.1.35 
line(s) changed
 line(s) added in v.1.36

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