mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Add: Predict swipe to handle random game stuck
- Fix: Urgent commission in OS - Fix: More accurate predict_current_fleet - Opt: Increase edge tolerance in homography detection - Opt: Shorten swipe distance in OS, because swipe predict needs something in common
This commit is contained in:
@@ -57,6 +57,8 @@ class MapEventHandler(EnemySearchingHandler):
|
||||
return True
|
||||
if self.handle_ash_popup():
|
||||
return True
|
||||
if self.handle_urgent_commission(save_get_items=False):
|
||||
return True
|
||||
if self.handle_story_skip():
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user