version 1.10 | | version 1.11 |
---|
| | |
/* | | /* |
* 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 |
| | |
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; |