Difference for server/spell_effect.c from version 1.58 to 1.59


version 1.58 version 1.59
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.58 2001/06/13 12:51:58 michtoen Exp $";   *   "$Id: spell_effect.c,v 1.59 2001/06/30 19:36:42 gros Exp $";
  */   */
   
   
Line 880
 
Line 880
    else if (op_level<30)     else if (op_level<30)
          snprintf (portal_message,1024,"\n%s's portal smells ozone.\nYou do a lot of movements and finally pass\nthrough the small hole in the air\n",op->name);           snprintf (portal_message,1024,"\n%s's portal smells ozone.\nYou do a lot of movements and finally pass\nthrough the small hole in the air\n",op->name);
    else if (op_level<60)     else if (op_level<60)
          snprintf (portal_message,1024,"\nA sort of door opens in the air in front of you,\nshowing you the path to somewhere else.");           snprintf (portal_message,1024,"\nA sort of door opens in the air in front of you,\nshowing you the path to somewhere else.\n");
    else snprintf (portal_message,1024,"\nAs you walk on %s's portal, flowers comes\nfrom the ground around you.\nYou feel quiet.",op->name);     else snprintf (portal_message,1024,"\nAs you walk on %s's portal, flowers comes\nfrom the ground around you.\nYou feel quiet.\n",op->name);
    exitpath=add_string (force->name);     exitpath=add_string (force->name);
    exitx=EXIT_X(force);     exitx=EXIT_X(force);
    exity=EXIT_Y(force);     exity=EXIT_Y(force);


Legend:
line(s) removed in v.1.58 
line(s) changed
 line(s) added in v.1.59

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