1
0
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:
LmeSzinc
2020-07-24 17:27:42 +08:00
parent 112babcb04
commit 3b811fca9c
7 changed files with 23 additions and 11 deletions

View File

@@ -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