Disable collecting items for now.
This commit is contained in:
parent
ca3b04b895
commit
ba5fc73127
1 changed files with 4 additions and 3 deletions
|
@ -202,9 +202,10 @@ void Autowalker::handle_player_walk(ai::State& start, ai::State& goal) {
|
|||
status(L"USING HEALING");
|
||||
player_use_healing();
|
||||
} else if(action.name == "collect_items") {
|
||||
status(L"COLLECTING ITEMS");
|
||||
auto paths = path_to_items();
|
||||
process_move(paths);
|
||||
send_event(gui::Event::STAIRS_DOWN);
|
||||
// status(L"COLLECTING ITEMS");
|
||||
// auto paths = path_to_items();
|
||||
// process_move(paths);
|
||||
// path to the items and get them all
|
||||
} else if(action == ai::FINAL_ACTION) {
|
||||
close_status();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue