ai_helper: fix indentation
This commit is contained in:
parent
93f95f1d4c
commit
1cef83b08a
1 changed files with 5 additions and 5 deletions
|
@ -169,11 +169,11 @@ end
|
||||||
|
|
||||||
function ai_helper.dummy_check_action(gamestate_changed, ok, result, status)
|
function ai_helper.dummy_check_action(gamestate_changed, ok, result, status)
|
||||||
return {
|
return {
|
||||||
gamestate_changed = gamestate_changed or false,
|
gamestate_changed = gamestate_changed or false,
|
||||||
ok = ok or false,
|
ok = ok or false,
|
||||||
result = result or 'ai_helper::DUMMY_FAILED_ACTION',
|
result = result or 'ai_helper::DUMMY_FAILED_ACTION',
|
||||||
status = status or 99999
|
status = status or 99999
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
function ai_helper.checked_action_error(action, error_code)
|
function ai_helper.checked_action_error(action, error_code)
|
||||||
|
|
Loading…
Add table
Reference in a new issue