version 1.112 | | version 1.113 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.112 2004/01/16 07:52:51 mwedel Exp $"; | | * "$Id: spell_effect.c,v 1.113 2004/02/09 05:52:20 mwedel Exp $"; |
*/ | | */ |
| | |
| | |
| | |
force->stats.ac = spell_ob->stats.ac; | | force->stats.ac = spell_ob->stats.ac; |
force->attacktype = spell_ob->attacktype; | | force->attacktype = spell_ob->attacktype; |
| | |
change_abil(tmp,force); /* Mostly to display any messages */ | | |
insert_ob_in_ob(force,tmp); | | insert_ob_in_ob(force,tmp); |
| | change_abil(tmp,force); /* Mostly to display any messages */ |
fix_player(tmp); | | fix_player(tmp); |
return 1; | | return 1; |
} | | } |