Difference for server/spell_util.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spells_c =   * static char *rcsid_spells_c =
  *   "$Id: spell_util.c,v 1.4 1999/09/17 19:18:34 damn Exp $";   *   "$Id: spell_util.c,v 1.5 1999/09/18 07:08:32 damn Exp $";
  */   */
   
 /*  /*
Line 1280
 
Line 1280
     char buf[MAX_BUF];      char buf[MAX_BUF];
     if(op->exp_obj && op->exp_obj->stats.Wis) {      if(op->exp_obj && op->exp_obj->stats.Wis) {
       if(op->inv)         if(op->inv)
  sprintf(buf,"Your snake turns back into a staff.",op->name);   sprintf(buf,"Your staff stops slithering around and lies still.");
       else        else
  sprintf(buf,"Your %s departed this plane.",op->name);   sprintf(buf,"Your %s departed this plane.",op->name);
     } else if (!strncmp(op->name,"animated ",9)) {      } else if (!strncmp(op->name,"animated ",9)) {


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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