minor tweaks

This commit is contained in:
kepler155c@gmail.com
2019-07-08 00:15:50 -04:00
parent b86f32b83a
commit d2e25cb951
5 changed files with 7 additions and 11 deletions

View File

@@ -592,7 +592,7 @@ Event.addRoutine(function()
_G._syslog({ distance = distance, maxDistance = maxDistance })
if distance > maxDistance + 16 then
if distance > maxDistance + 32 then
term.clear()
term.setCursorPos(1, 1)
_G.printError('WARNING\n\nTurtle is outside the mining area\n')