Disable collecting items for now.

This commit is contained in:
Zed A. Shaw 2025-09-04 11:46:51 -04:00
parent ca3b04b895
commit ba5fc73127

View file

@ -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();