1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 23:45:55 +08:00

Fix: Mis-click auto switch if released torpedo at combat start

This commit is contained in:
LmeSzinc
2020-07-06 05:15:45 +08:00
parent 1e79fd5386
commit a97cf304b6

View File

@@ -211,7 +211,7 @@ class Combat(HPBalancer, EnemySearchingHandler, Retirement, SubmarineCall, Comba
continue continue
if self.handle_combat_manual(): if self.handle_combat_manual():
continue continue
if not auto and self.is_combat_executing(): if not auto and self.auto_mode_checked and self.is_combat_executing():
if self.handle_combat_weapon_release(): if self.handle_combat_weapon_release():
continue continue
if call_submarine_at_boss: if call_submarine_at_boss: