Difference for server/player.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.30 2000/12/18 17:43:30 avogl Exp $";   *   "$Id: player.c,v 1.31 2000/12/20 20:29:29 avogl Exp $";
  */   */
   
 /*  /*
Line 704
 
Line 704
  (void) link_player_skills(op);   (void) link_player_skills(op);
 #endif  #endif
  esrv_send_inventory(op, op);   esrv_send_inventory(op, op);
  {  
    object *WoR = get_archetype("force");  
    WoR->speed = .5;  
    WoR->speed_left = -1;  
    WoR->type = WORD_OF_RECALL;  
    WoR->stats.hp = 1;  
    EXIT_PATH(WoR) = add_string("/HallOfSelection");  
    EXIT_X(WoR) = 1;  
    EXIT_Y(WoR) = 1;   
    insert_ob_in_ob(WoR,op);  
  }  
  return 0;   return 0;
     }      }
   


Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31

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