version 1.13 | | version 1.14 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.13 2000/05/16 17:44:00 jec Exp $"; | | * "$Id: spell_effect.c,v 1.14 2000/05/17 03:51:15 cvs Exp $"; |
*/ | | */ |
| | |
| | |
| | |
sprintf(buf,"%s of %s",tmp->arch->clone.name,god->name); | | sprintf(buf,"%s of %s",tmp->arch->clone.name,god->name); |
tmp->name = add_string(buf); | | tmp->name = add_string(buf); |
tmp->level = SK_level(op); | | tmp->level = SK_level(op); |
tmp->other_arch = god; | | tmp->other_arch = god->arch; |
if(op->type==PLAYER) esrv_update_item(UPD_NAME, op, tmp); | | if(op->type==PLAYER) esrv_update_item(UPD_NAME, op, tmp); |
new_draw_info_format(NDI_UNIQUE,0, op, | | new_draw_info_format(NDI_UNIQUE,0, op, |
"You consecrated the altar to %s!",god->name); | | "You consecrated the altar to %s!",god->name); |