mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Chore: Log battle UI theme
This commit is contained in:
@@ -29,7 +29,9 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment, Combat):
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.is_combat_executing():
|
||||
pause = self.is_combat_executing()
|
||||
if pause:
|
||||
logger.attr('BattleUI', pause)
|
||||
break
|
||||
|
||||
def _combat_execute(self):
|
||||
|
||||
Reference in New Issue
Block a user