Difference for server/apply.c from version 1.55 to 1.56


version 1.55 version 1.56
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.55 2002/02/06 05:54:46 mwedel Exp $";   *   "$Id: apply.c,v 1.56 2002/02/08 15:07:45 avogl Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 2006
 
Line 2006
       return 0;   /* monsters just skip unpaid items */        return 0;   /* monsters just skip unpaid items */
     }      }
   }    }
    
     /* monsters mustn't apply random chests */
     if (op->type != PLAYER && tmp->type == TREASURE)
       return 0;
    
 #ifdef PLUGINS  #ifdef PLUGINS
   /* GROS: Handle for plugin trigger event */    /* GROS: Handle for plugin trigger event */
   if(tmp->event_hook[EVENT_APPLY] != NULL)    if(tmp->event_hook[EVENT_APPLY] != NULL)


Legend:
line(s) removed in v.1.55 
line(s) changed
 line(s) added in v.1.56

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