--- tome/data/timed_effects/mental.lua.old 2012-09-13 17:38:43.000000000 -0700 +++ tome/data/timed_effects/mental.lua 2012-09-14 16:50:29.281250000 -0700 @@ -1783,7 +1783,7 @@ newEffect{ name = "BLOODRAGE", image = "talents/bloodrage.png", desc = "Bloodrage", - long_desc = function(self, eff) return ("The target's strength is increased by %d by the thrill of combat."):format(eff.inc) end, + long_desc = function(self, eff) return ("The target's strength is increased by %d by the thrill of combat."):format(eff.cur_inc) end, type = "mental", subtype = { frenzy=true }, status = "beneficial",