mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-06-05 17:17:05 +08:00
@@ -86,6 +86,11 @@ class OSMap(OSFleet, Map, GlobeCamera, StrategicSearchHandler):
|
|||||||
self.run_auto_search(rescan=False)
|
self.run_auto_search(rescan=False)
|
||||||
self.handle_after_auto_search()
|
self.handle_after_auto_search()
|
||||||
|
|
||||||
|
# 2024.02.22, game client bugged, action point button has no response
|
||||||
|
logger.error('Game client bugged, wait game devs have the AP button fixed')
|
||||||
|
self.config.task_delay(minute=60)
|
||||||
|
self.config.task_stop()
|
||||||
|
|
||||||
def get_current_zone_from_globe(self):
|
def get_current_zone_from_globe(self):
|
||||||
"""
|
"""
|
||||||
Get current zone from globe map. See OSMapOperation.get_current_zone()
|
Get current zone from globe map. See OSMapOperation.get_current_zone()
|
||||||
|
|||||||
@@ -468,7 +468,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
|||||||
color=button.color,
|
color=button.color,
|
||||||
name=f'TEMPLATE_{common_cv_name}_RETIRE')
|
name=f'TEMPLATE_{common_cv_name}_RETIRE')
|
||||||
|
|
||||||
return None
|
return None
|
||||||
else:
|
else:
|
||||||
|
|
||||||
template = globals()[
|
template = globals()[
|
||||||
|
|||||||
Reference in New Issue
Block a user