1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 12:37:01 +08:00

Fix: battle_count is never reset

This commit is contained in:
LmeSzinc
2023-03-24 05:35:37 +08:00
parent 14870c6807
commit 58eab7a1b6
2 changed files with 2 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ class CoalitionCombat(CoalitionUI, CampaignBase):
in: is_coalition
out: is_coalition
"""
self.battle_count = 0
self.combat_preparation(emotion_reduce=False)
try: