Difference for server/spell_effect.c from version 1.36 to 1.37


version 1.36 version 1.37
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.36 2000/12/15 15:42:36 avogl Exp $";   *   "$Id: spell_effect.c,v 1.37 2000/12/18 17:43:30 avogl Exp $";
  */   */
   
   
Line 686
 
Line 686
   update_ob_speed(dummy);    update_ob_speed(dummy);
   dummy->speed_left= -1;    dummy->speed_left= -1;
   dummy->type=WORD_OF_RECALL;    dummy->type=WORD_OF_RECALL;
   EXIT_PATH(dummy)=add_string(first_map_path);    EXIT_PATH(dummy) = add_string(op->contr->savebed_map);
     EXIT_X(dummy) = op->contr->bed_x;
     EXIT_Y(dummy) = op->contr->bed_y;
    
   (void) insert_ob_in_ob(dummy,op);    (void) insert_ob_in_ob(dummy,op);
   new_draw_info(NDI_UNIQUE, 0,op,"You feel a force starting to build up inside you.");    new_draw_info(NDI_UNIQUE, 0,op,"You feel a force starting to build up inside you.");
   LOG(llevDebug,"Word of Recall for %s in %f ticks.\n", op->name,    LOG(llevDebug,"Word of Recall for %s in %f ticks.\n", op->name,


Legend:
line(s) removed in v.1.36 
line(s) changed
 line(s) added in v.1.37

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