11 lines
188 B
Lua
11 lines
188 B
Lua
api_version = 1
|
|
|
|
-- Testbot, with turn penalty
|
|
-- Used for testing turn penalties
|
|
|
|
require 'testbot'
|
|
|
|
function turn_function (turn)
|
|
turn.duration = 20 * math.abs(turn.angle) / 180
|
|
end
|