Difference for server/monster.c from version 1.86 to 1.87


version 1.86 version 1.87
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.86 2005/09/08 21:10:46 akirschbaum Exp $";   *    "$Id: monster.c,v 1.87 2005/09/08 21:19:54 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 1285
 
Line 1285
     else if ( item->type == SKILL )      else if ( item->type == SKILL )
         {          {
         /*          /*
          * Ryo 2004-05-08           * skills are specials: monsters must have the 'FLAG_READY_SKILL' flag set,
          * skills are specials: monsters must have the 'FLAG_CAN_USE_SKILL' flag set,  
          * else they can't use the skill...           * else they can't use the skill...
          * Skills also don't need to get applied, so return now.           * Skills also don't need to get applied, so return now.
          */           */
         SET_FLAG( item, FLAG_CAN_USE_SKILL );          SET_FLAG(mon, FLAG_READY_SKILL);
         return;          return;
         }          }
   


Legend:
line(s) removed in v.1.86 
line(s) changed
 line(s) added in v.1.87

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