Skip to content
Snippets Groups Projects
Commit 4bac7c8c authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1345 51575b47-30f0-44d4-a5cc-537603b46e54
parent cf265cdb
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ newTalent{
return
end
local tg = {type="ball", radius=2, range=self:getTalentRange(t)}
local tg = {type="ball", radius=2, friendlyfire=false, range=self:getTalentRange(t)}
game.target.source_actor = mover
local x, y, target = self:getTarget(tg)
game.target.source_actor = self
......
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