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

circle of shifting shadows: with in -> within

parent 77ab2288
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ newTalent{
local damage = t.getDamage(self, t)
local duration = t.getDuration(self, t)
local radius = self:getTalentRadius(t)
return ([[Creates a circle of radius %d at your feet; the circle increases your defense and all saves by %d while dealing %0.2f darkness damage per turn to everyone else with in its radius. The circle lasts %d turns.
return ([[Creates a circle of radius %d at your feet; the circle increases your defense and all saves by %d while dealing %0.2f darkness damage per turn to everyone else within its radius. The circle lasts %d turns.
The damage will increase with your Spellpower.]]):
format(radius, damage, (damDesc (self, DamageType.DARKNESS, damage)), duration)
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