mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Handle GET_ITEMS before info_bar to be one screenshot faster
This commit is contained in:
@@ -285,11 +285,11 @@ class ShopClerk(ShopBase, Retirement):
|
||||
if self.handle_retirement():
|
||||
self.interval_reset(BACK_ARROW)
|
||||
continue
|
||||
if self.handle_info_bar():
|
||||
if self.shop_obstruct_handle():
|
||||
self.interval_reset(BACK_ARROW)
|
||||
success = True
|
||||
continue
|
||||
if self.shop_obstruct_handle():
|
||||
if self.info_bar_count():
|
||||
self.interval_reset(BACK_ARROW)
|
||||
success = True
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user