--- cf.schmorp.de/server/common/living.C 2007/08/07 22:36:18 1.75 +++ cf.schmorp.de/server/common/living.C 2007/08/07 22:57:57 1.76 @@ -916,8 +916,7 @@ continue; for (int i = 0; i < NUM_STATS; i++) - if (expect_false (tmp->stats.stat (i))) - stat_sum [i] = clamp (stat_sum [i] + tmp->stats.stat (i), MIN_STAT, MAX_STAT); + stat_sum [i] = stat_sum [i] + tmp->stats.stat (i); if (digest_types [tmp->type]) {