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

whoops

parent 7107e345
No related branches found
No related tags found
1 merge request!200More fixes
......@@ -121,7 +121,7 @@ newTalent{
getDamage = function(self, t) return self:combatTalentWeaponDamage(t, 1, 1.5) end,
getDamageAoE = function(self, t) return self:combatTalentSpellDamage(t, 25, 230, getParadoxSpellpower(self, t)) end,
target = function(self, t)
return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), talent=t, stop_block=true, friendlyfire=false, friendlyblock=false}
return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), talent=t, stop_block=true, selffire=false, friendlyblock=false}
end,
on_pre_use = function(self, t, silent) if not doWardenPreUse(self, "bow") then if not silent then game.logPlayer(self, "You require a bow to use this talent.") end return false end return true end,
archery_onreach = function(self, t, x, y)
......
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