Skip to content
Snippets Groups Projects
Commit 65085ef2 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

illuminate requires a target

parent b83d1fdc
No related branches found
No related tags found
1 merge request!197More fixes
......@@ -42,6 +42,7 @@ newTalent{
},
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 28, 180) end,
getBlindPower = function(self, t) if self:getTalentLevel(t) >= 5 then return 4 else return 3 end end,
requires_target = true,
action = function(self, t)
local tg = {type="ball", range=self:getTalentRange(t), selffire=true, radius=self:getTalentRadius(t), talent=t}
self:project(tg, self.x, self.y, DamageType.LITE, 1)
......
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