mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Reset map_cat_attack_timer after clicking RETIRE_APPEAR_1 (#4055)
This commit is contained in:
parent
7e7dfb6b35
commit
e23e88748f
@ -342,6 +342,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
||||
if self.appear_then_click(RETIRE_APPEAR_1, offset=(20, 20), interval=3):
|
||||
self.interval_clear(IN_RETIREMENT_CHECK)
|
||||
self.interval_reset([AUTO_SEARCH_MAP_OPTION_OFF, AUTO_SEARCH_MAP_OPTION_ON])
|
||||
self.map_cat_attack_timer.reset()
|
||||
return False
|
||||
if self.appear(IN_RETIREMENT_CHECK, offset=(20, 20), interval=10):
|
||||
self._retire_handler(mode='one_click_retire')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user