1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Chore: Log battle UI theme

This commit is contained in:
LmeSzinc
2024-12-27 02:35:54 +08:00
parent 76fcfdf42a
commit 62b3bd1390
6 changed files with 21 additions and 7 deletions

View File

@@ -238,7 +238,9 @@ class Raid(MapOperation, RaidCombat, CampaignEvent):
continue
# End
if self.is_combat_executing():
pause = self.is_combat_executing()
if pause:
logger.attr('BattleUI', pause)
if emotion_reduce:
self.emotion.reduce(fleet_index)
break