--- deliantra/server/common/living.C 2007/04/29 18:11:21 1.40 +++ deliantra/server/common/living.C 2007/04/29 18:11:39 1.41 @@ -1052,7 +1052,7 @@ } /* There may be other things that should not adjust the attacktype */ - if (tmp->type != BOW && tmp->type != SYMPTOM) + if (tmp->type != SYMPTOM) attacktype |= tmp->attacktype; path_attuned |= tmp->path_attuned;