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

Aura of Silence description shows the radius

git-svn-id: http://svn.net-core.org/repos/t-engine4@3185 51575b47-30f0-44d4-a5cc-537603b46e54
parent 560ce6b1
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,10 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Let out a burst of sound that silences for %d turns all those affected, including the user.
local rad = self:getTalentRadius(t)
return ([[Let out a burst of sound that silences for %d turns all those affected in a radius of %d, including the user.
The silence chance will increase with your Willpower stat.]]):
format(3 + math.floor(self:getTalentLevel(t) / 2))
format(3 + math.floor(self:getTalentLevel(t) / 2), rad)
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