Skip to content
Snippets Groups Projects
Commit 1a5233b7 authored by Tawny Harte's avatar Tawny Harte
Browse files

removed superfluous parentheses

parent da07d87f
No related branches found
No related tags found
1 merge request!510fixed tooltips fixed
......@@ -161,7 +161,7 @@ newTalent{
end,
info = function(self, t)
return ([[You call upon the earth to create a blinding, corrosive cloud in an area of radius %d for %d turns.
Each turn, this cloud deals %0.1f acid damage to each foe with a 25%% chance to blind and a (%d%% chance) of burning away one beneficial magical effect.
Each turn, this cloud deals %0.1f acid damage to each foe with a 25%% chance to blind and a %d%% chance of burning away one beneficial magical effect.
The damage increases with your Mindpower.]]):
format(self:getTalentRadius(t), t.getDuration(self, t), damDesc(self, DamageType.ACID, t.getDamage(self, t)), t.getChance(self, 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