version 1.75 | | version 1.76 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.75 2002/08/26 07:14:11 mwedel Exp $"; | | * "$Id: spell_effect.c,v 1.76 2002/10/03 07:07:44 mwedel Exp $"; |
*/ | | */ |
| | |
| | |
| | |
| | |
if(op->type==PLAYER) { | | if(op->type==PLAYER) { |
op->contr->golem=tmp; | | op->contr->golem=tmp; |
| | op->contr->golem_count = tmp->count; |
/* give the player control of the golem */ | | /* give the player control of the golem */ |
op->contr->shoottype=range_golem; | | op->contr->shoottype=range_golem; |
} | | } |