Skip to content
Snippets Groups Projects
Commit 46819f82 authored by DarkGod's avatar DarkGod
Browse files

typo

parent ff59f888
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ newTalent{
end,
info = function(self, t)
return ([[Target a nearby shadow, and force it to slam into a nearby enemy, dealing %0.1f Physical damage.
Your shadow will than set them as their target, and they will target your shadow.
Your shadow will then set them as their target, and they will target your shadow.
Damage increases with your Mindpower.]]):
format(damDesc(self, DamageType.PHYSICAL, t.getDamage(self, t)))
end,
......@@ -235,7 +235,7 @@ newTalent{
end,
info = function(self, t)
return ([[Share your hatred with all shadows within sight range, gaining temporary full control.
Every shadow affected can than fire a blast of pure hate towards a nearby target, dealing %0.1f Mind damage.
Every shadow affected can then fire a blast of pure hate towards a nearby target, dealing %0.1f Mind damage.
You cannot cancel this talent once the first bolt is cast.
Damage increases with your Mindpower.]]):
format(damDesc(self, DamageType.MIND, t.getDamage(self, t)))
......
......@@ -342,7 +342,7 @@ newTalent{
self:getTalentLevel(t)
local tg = self:getTalentTarget(t)
local x, y, target = self:getTarget(tg)
if not x or not y then return nil end
if not x or not y or not target then return nil end
local dispower = t.getpower(self,t)
local dismax = t.maxpower(self, t)
self:project(tg, x, y, function(px, py)
......
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