From 6afc8542fd12d5ba14cceade3249a5db7582e5db Mon Sep 17 00:00:00 2001 From: Alex Ksandra <alex0player@gmail.com> Date: Wed, 7 Oct 2015 03:53:15 +0300 Subject: [PATCH] quick style fix --- game/modules/tome/data/talents/uber/str.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/uber/str.lua b/game/modules/tome/data/talents/uber/str.lua index dfdb13be2c..b13375afea 100644 --- a/game/modules/tome/data/talents/uber/str.lua +++ b/game/modules/tome/data/talents/uber/str.lua @@ -155,8 +155,7 @@ uberTalent{ require = { special={desc="Be able to use massive armours", fct=function(self) return self:getTalentLevelRaw(self.T_ARMOUR_TRAINING) >= 3 end} }, on_learn = function(self, t) self:attr("max_encumber", 500) - self.inc_stats[self.STAT_STR] = (self.inc_stats[self.STAT_STR] or 0) + 40 - self:onStatChange(self.STAT_STR, 40) + self:incIncStat(self.STAT_STR, 40) end, info = function(self, t) return ([[Your strength is legendary; fatigue and physical exertion mean nothing to you. -- GitLab