Difference for server/spell_util.c from version 1.66 to 1.67


version 1.66 version 1.67
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.66 2002/09/07 22:08:07 mwedel Exp $";   *   "$Id: spell_util.c,v 1.67 2002/10/03 07:07:44 mwedel Exp $";
  */   */
   
   
Line 803
 
Line 803
 /* Don't see any point in setting this when monsters summon monsters: */  /* Don't see any point in setting this when monsters summon monsters: */
     set_owner(tmp,op);      set_owner(tmp,op);
     op->contr->golem=tmp;      op->contr->golem=tmp;
       op->contr->golem_count = tmp->count;
     /* give the player control of the golem */      /* give the player control of the golem */
     op->contr->shoottype=range_golem;      op->contr->shoottype=range_golem;
   } else {    } else {


Legend:
line(s) removed in v.1.66 
line(s) changed
 line(s) added in v.1.67

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