Difference for server/spell_effect.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.13 2000/05/16 17:44:00 jec Exp $";   *   "$Id: spell_effect.c,v 1.14 2000/05/17 03:51:15 cvs Exp $";
  */   */
   
   
Line 2914
 
Line 2914
  sprintf(buf,"%s of %s",tmp->arch->clone.name,god->name);   sprintf(buf,"%s of %s",tmp->arch->clone.name,god->name);
  tmp->name = add_string(buf);   tmp->name = add_string(buf);
  tmp->level = SK_level(op);   tmp->level = SK_level(op);
  tmp->other_arch = god;   tmp->other_arch = god->arch;
  if(op->type==PLAYER) esrv_update_item(UPD_NAME, op, tmp);   if(op->type==PLAYER) esrv_update_item(UPD_NAME, op, tmp);
  new_draw_info_format(NDI_UNIQUE,0, op,   new_draw_info_format(NDI_UNIQUE,0, op,
       "You consecrated the altar to %s!",god->name);        "You consecrated the altar to %s!",god->name);


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

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