Skip to content
Snippets Groups Projects
Commit 6bd0f9e9 authored by dg's avatar dg
Browse files

azd

git-svn-id: http://svn.net-core.org/repos/t-engine4@1586 51575b47-30f0-44d4-a5cc-537603b46e54
parent 63710fbc
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ newTalent{
reflectable = true,
proj_speed = 15,
requires_target = true,
range = 15,
range = function(self, t) return 3 * self:getTalentLevelRaw(t) end,
action = function(self, t)
local tg = {type="bolt", range=self:getTalentRange(t), talent=t, display={particle="bolt_slime"}}
local x, y = self:getTarget(tg)
......
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