version 1.97 | | version 1.98 |
---|
| | |
/* | | /* |
* static char *rcsid_attack_c = | | * static char *rcsid_attack_c = |
* "$Id: attack.c,v 1.97 2004/03/24 08:15:17 mwedel Exp $"; | | * "$Id: attack.c,v 1.98 2004/05/04 07:14:53 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
| | |
| | |
/* If you didn't kill yourself, and your not the wizard */ | | /* If you didn't kill yourself, and your not the wizard */ |
if(hitter!=op && !QUERY_FLAG(op, FLAG_WAS_WIZ)) { | | if(owner!=op && !QUERY_FLAG(op, FLAG_WAS_WIZ)) { |
int exp; | | int exp; |
| | |
exp = calc_skill_exp(owner,op, skop); | | exp = calc_skill_exp(owner,op, skop); |