mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 10:27:21 +08:00
Fix: Lots of problems
- Fix HOMO_EDGE_HOUGHLINES_THRESHOLD not used - Fix get stuck if kill too fast in combat_executing - Fix wrong swipe when camera out of map - Fix walk_out_of_step not detected - Opt relative_record now save temp images in sub folder
This commit is contained in:
@@ -221,7 +221,7 @@ class Combat(HPBalancer, EnemySearchingHandler, Retirement, SubmarineCall, Comba
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.handle_battle_status(save_get_items=save_get_items):
|
||||
if self.handle_battle_status(save_get_items=save_get_items) or self.handle_get_items(save_get_items=save_get_items):
|
||||
self.device.screenshot_interval_set(0)
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user