ai_helper: fix indentation

This commit is contained in:
mattsc 2016-10-21 21:09:54 -07:00
parent 93f95f1d4c
commit 1cef83b08a

View file

@ -169,11 +169,11 @@ end
function ai_helper.dummy_check_action(gamestate_changed, ok, result, status)
return {
gamestate_changed = gamestate_changed or false,
ok = ok or false,
result = result or 'ai_helper::DUMMY_FAILED_ACTION',
status = status or 99999
}
gamestate_changed = gamestate_changed or false,
ok = ok or false,
result = result or 'ai_helper::DUMMY_FAILED_ACTION',
status = status or 99999
}
end
function ai_helper.checked_action_error(action, error_code)