fix ui_manager.repair_and_fill_up_tp (#41)

This commit is contained in:
jagarop
2021-11-17 06:13:00 +01:00
committed by GitHub
parent 5750825c9e
commit 934e1df26f
+1 -1
View File
@@ -178,7 +178,7 @@ class Bot:
self._curr_location = Location.LARZUK
self._npc_manager.open_npc_menu(Npc.LARZUK)
self._npc_manager.press_npc_btn(Npc.LARZUK, "trade_repair")
if self._ui_manager.repair_and_fill_up_tp(close_when_done=True):
if self._ui_manager.repair_and_fill_up_tp():
wait(0.1, 0.2)
self._ui_manager.close_vendor_screen()
self._tps_left = 20