Difference for server/c_object.c from version 1.32 to 1.33


version 1.32 version 1.33
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_object_c =   * static char *rcsid_c_object_c =
  *   "$Id: c_object.c,v 1.32 2002/03/01 21:33:11 avogl Exp $";   *   "$Id: c_object.c,v 1.33 2002/03/03 20:05:58 avogl Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1050
 
Line 1050
     else {      else {
         /* Only quetzals can see the resistances on flesh. To realize          /* Only quetzals can see the resistances on flesh. To realize
     this, we temporarily flag the flesh with SEE_INVISIBLE */      this, we temporarily flag the flesh with SEE_INVISIBLE */
         if (op->type == PLAYER && tmp->type == FLESH && strcmp(op->race, "dragon") == 0)          if (op->type == PLAYER && tmp->type == FLESH && is_dragon_pl(op))
      SET_FLAG(tmp, FLAG_SEE_INVISIBLE);       SET_FLAG(tmp, FLAG_SEE_INVISIBLE);
    
         strcpy(buf,"That is ");          strcpy(buf,"That is ");


Legend:
line(s) removed in v.1.32 
line(s) changed
 line(s) added in v.1.33

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