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");
|
status(L"USING HEALING");
|
||||||
player_use_healing();
|
player_use_healing();
|
||||||
} else if(action.name == "collect_items") {
|
} else if(action.name == "collect_items") {
|
||||||
status(L"COLLECTING ITEMS");
|
send_event(gui::Event::STAIRS_DOWN);
|
||||||
auto paths = path_to_items();
|
// status(L"COLLECTING ITEMS");
|
||||||
process_move(paths);
|
// auto paths = path_to_items();
|
||||||
|
// process_move(paths);
|
||||||
// path to the items and get them all
|
// path to the items and get them all
|
||||||
} else if(action == ai::FINAL_ACTION) {
|
} else if(action == ai::FINAL_ACTION) {
|
||||||
close_status();
|
close_status();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue