--- deliantra/server/common/living.C 2008/05/06 16:32:34 1.86 +++ deliantra/server/common/living.C 2008/05/06 17:31:21 1.87 @@ -919,7 +919,8 @@ { contr->digestion += tmp->stats.food; contr->gen_hp += tmp->stats.hp; - contr->gen_sp += tmp->stats.sp; + if (tmp->type != BOW) // ugly exception for bows + contr->gen_sp += tmp->stats.sp; contr->gen_grace += tmp->stats.grace; contr->gen_sp_armour += tmp->gen_sp_armour; }