--- deliantra/server/common/living.C 2007/05/12 18:34:19 1.52 +++ deliantra/server/common/living.C 2007/05/12 19:07:21 1.53 @@ -941,8 +941,7 @@ } /* There may be other things that should not adjust the attacktype */ - if ((tmp->type != WEAPON && tmp->type != BOW && tmp->type != SYMPTOM) - || current_weapon == tmp) + if (tmp->type != SYMPTOM) { attacktype |= tmp->attacktype; path_attuned |= tmp->path_attuned;