diff --git a/game/modules/tome/data/talents/uber/str.lua b/game/modules/tome/data/talents/uber/str.lua index 4d1ff8630b866250594ecaa34f87b6dd6e575f24..0d2e23194d38e3ac281e657d3788087d411776ab 100644 --- a/game/modules/tome/data/talents/uber/str.lua +++ b/game/modules/tome/data/talents/uber/str.lua @@ -146,9 +146,12 @@ uberTalent{ name = "I Can Carry The World!", short_name = "NO_FATIGUE", mode = "passive", 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) + end, info = function(self, t) return ([[You are strong; fatigue and physical exertion mean nothing to you. - Fatigue is permanently set to 0.]]) + Fatigue is permanently set to 0 and carrying capacity increased by 500.]]) :format() end, }