Skip to content
Snippets Groups Projects
Commit b1c2842b authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4163 51575b47-30f0-44d4-a5cc-537603b46e54
parent 559f8679
No related branches found
No related tags found
No related merge requests found
......@@ -71,10 +71,8 @@ newTalent{
end,
info = function(self, t)
local res = t.getRes(self, t)
info = function(self, t)
local percent = t.getRes(self, t)
return ([[You've learned to shrug off more damage then is normal. Increases all damage reduction by %d%%.]]):
format(percent)
format(res)
end,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment