Skip to content

Commit

Permalink
Merge pull request #48 from Aoreias/master
Browse files Browse the repository at this point in the history
essences.lua fix
  • Loading branch information
Vaevictusnet committed May 18, 2012
2 parents 7d8ef0e + aebe671 commit d776448
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions VeggieTales/luaScripts/essences.lua
Expand Up @@ -501,11 +501,7 @@ function labTick(region, state)
else
statusScreen("Could not find start Essential, updating menu");
--otherwise, search for place, and and update the menu
local image2
image2 = srFindImage("PlaceEssence.png");
if image2 then
srClickMouseNoMove(image2[0] -2, image2[1] - 3);
end
srClickMouseNoMove(t[0] + 10, t[1] + 5);
lsSleep(200);
end
end
Expand Down

0 comments on commit d776448

Please sign in to comment.