[Change] Increased landing threshold.

This commit is contained in:
Allanis 2013-12-06 20:31:20 +00:00
parent 1f78fa9471
commit 6c4007f5cb

View File

@ -41,7 +41,7 @@ function landwait()
dist = ai.dist(target)
-- In case for some reason landed far away..
if dist > 50 then
if dist > 100 then
ai.poptask()
ai.pushtask(0, "land", target)