From ba5fc73127cbd9d95a3cc4838b43443e1083175d Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 4 Sep 2025 11:46:51 -0400 Subject: [PATCH] Disable collecting items for now. --- autowalker.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/autowalker.cpp b/autowalker.cpp index 2658dd3..ba29a2f 100644 --- a/autowalker.cpp +++ b/autowalker.cpp @@ -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();