version 1.134 | | version 1.135 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.134 2003/10/07 07:02:02 mwedel Exp $"; | | * "$Id: player.c,v 1.135 2003/10/08 05:43:22 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* the wiz. | | * the wiz. |
*/ | | */ |
if (mon->type == PLAYER && mon->stats.hp >= 0 && !mon->contr->has_hit && | | if (mon->type == PLAYER && mon->stats.hp >= 0 && !mon->contr->has_hit && |
!on_battleGround && !QUERY_FLAG(mon, FLAG_WIZ)) { | | !on_battleground && !QUERY_FLAG(mon, FLAG_WIZ)) { |
short luck = mon->stats.luck; | | short luck = mon->stats.luck; |
mon->contr->has_hit = 1; | | mon->contr->has_hit = 1; |
skill_attack(op, mon, 0, NULL, NULL); | | skill_attack(op, mon, 0, NULL, NULL); |