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

fix thread walk

parent 82a43422
No related branches found
No related tags found
1 merge request!191More fixes
......@@ -50,8 +50,7 @@ newTalent{
self:updateTalentPassives(t)
end
end,
archery_onreach = function(self, t, target, x, y)
archery_onreach = function(self, t, x, y)
game:onTickEnd(function()
game.level.map:particleEmitter(self.x, self.y, 1, "temporal_teleport")
game:playSoundNear(self, "talents/teleport")
......
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