[Change] Increased landing threshold.
This commit is contained in:
parent
1f78fa9471
commit
6c4007f5cb
@ -41,7 +41,7 @@ function landwait()
|
|||||||
dist = ai.dist(target)
|
dist = ai.dist(target)
|
||||||
|
|
||||||
-- In case for some reason landed far away..
|
-- In case for some reason landed far away..
|
||||||
if dist > 50 then
|
if dist > 100 then
|
||||||
ai.poptask()
|
ai.poptask()
|
||||||
ai.pushtask(0, "land", target)
|
ai.pushtask(0, "land", target)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user