Skip to content
Snippets Groups Projects
Commit 5c0f6dcb authored by stuntofthelitter's avatar stuntofthelitter Committed by DarkGod
Browse files

Advanced Shadowmancy - Improved Shadow's Path performances on more closed maps

parent 0f7c3d6d
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ newTalent{
if #shadows <= 0 then break end
local a, id = rng.table(shadows)
table.remove(shadows, id)
local sx, sy = util.findFreeGrid(x, y, 1, true, {[engine.Map.ACTOR]=true})
local sx, sy = util.findFreeGrid(x, y, 2, true, {[engine.Map.ACTOR]=true})
if sx and sy then
tg.source_actor = a
......
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