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

Fix Track info

git-svn-id: http://svn.net-core.org/repos/t-engine4@1279 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6185afd0
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ newTalent{
end,
info = function(self, t)
return ([[Sense foes around you in a radius of %d for %d turns.
The radius will increase with the Cunning stat]]):format(10 + self:getDex(10) * self:getTalentLevel(t), 3 + self:getTalentLevel(t))
The radius will increase with the Cunning stat]]):format(10 + self:getCun(10) * self:getTalentLevel(t), 3 + self:getTalentLevel(t))
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