Difference for server/gods.c from version 1.10 to 1.11


version 1.10 version 1.11
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_gods_c =   * static char *rcsid_gods_c =
  *   "$Id: gods.c,v 1.10 2000/10/24 23:01:19 mids Exp $";   *   "$Id: gods.c,v 1.11 2000/12/04 00:40:05 cvs Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 195
 
Line 195
     exp_obj->path_attuned=new_god->path_attuned;      exp_obj->path_attuned=new_god->path_attuned;
     exp_obj->path_repelled=new_god->path_repelled;      exp_obj->path_repelled=new_god->path_repelled;
     exp_obj->path_denied=new_god->path_denied;      exp_obj->path_denied=new_god->path_denied;
     exp_obj->protected=new_god->protected;       /* This may copy immunities */
     exp_obj->vulnerable=new_god->vulnerable;       memcpy(exp_obj->resist, new_god->resist, sizeof(new_god->resist));
 #ifdef MORE_PRIEST_GIFTS  #ifdef MORE_PRIEST_GIFTS
     exp_obj->stats.hp= (sint16) new_god->last_heal;        exp_obj->stats.hp= (sint16) new_god->last_heal; 
     exp_obj->stats.sp= (sint16) new_god->last_sp;       exp_obj->stats.sp= (sint16) new_god->last_sp;


Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11

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