Difference for server/attack.c from version 1.109 to 1.110


version 1.109 version 1.110
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_c =   * static char *rcsid_attack_c =
  *   "$Id: attack.c,v 1.109 2005/08/12 13:46:34 ryo_saeba Exp $";   *   "$Id: attack.c,v 1.110 2005/08/16 20:31:40 cavesomething Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 161
 
Line 161
  * So forget lighting magical swords on fire with this!) -b.t.   * So forget lighting magical swords on fire with this!) -b.t.
  */    */
  if(type&(AT_FIRE|AT_ELECTRICITY)   if(type&(AT_FIRE|AT_ELECTRICITY)
            &&op->other_arch&&op->glow_radius) {              &&op->other_arch&&QUERY_FLAG(op, FLAG_IS_LIGHTABLE)) {
  const char *arch=op->other_arch->name;   const char *arch=op->other_arch->name;
   
  op = decrease_ob_nr (op, 1);   op = decrease_ob_nr (op, 1);


Legend:
line(s) removed in v.1.109 
line(s) changed
 line(s) added in v.1.110

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