version 1.76 | | version 1.77 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.76 2002/10/03 07:07:44 mwedel Exp $"; | | * "$Id: spell_effect.c,v 1.77 2002/10/04 05:46:23 mwedel Exp $"; |
*/ | | */ |
| | |
| | |
| | |
set_owner(tmp,op); | | set_owner(tmp,op); |
op->contr->golem=tmp; | | op->contr->golem=tmp; |
op->contr->shoottype=range_golem; | | op->contr->shoottype=range_golem; |
| | op->contr->golem_count = tmp->count; |
} else { | | } else { |
/* If spell is cast by a pet, and the weapon is not cursed, make the animated | | /* If spell is cast by a pet, and the weapon is not cursed, make the animated |
* weapon a pet. */ | | * weapon a pet. */ |