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

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@2551 51575b47-30f0-44d4-a5cc-537603b46e54
parent 76a5d842
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ newTalent{
end,
info = function(self, t)
local dam = damDesc(self, DamageType.LIGHTNING, t.getDamage(self, t))
return ([[A lightning emanates from you in a circual wave, doing %0.2f to %0.2f lightning damage and possibly dazing them (75%% chance).
return ([[A lightning emanates from you in a circular wave, doing %0.2f to %0.2f lightning damage and possibly dazing them (75%% chance).
The damage will increase with the Magic stat]]):format(dam / 3, dam)
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