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

Fix: Expiration detection when selected a commission

Red background of expiration become lighter when commission is selected
This commit is contained in:
LmeSzinc
2022-03-10 21:07:42 +08:00
parent 2d7135f7e7
commit ca2491611b
3 changed files with 6 additions and 6 deletions

View File

@@ -420,7 +420,7 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
if not exp_info and self.handle_battle_status(drop=drop):
battle_status = True
continue
if self.handle_popup_confirm('combat_status'):
if self.handle_popup_confirm('COMBAT_STATUS'):
if battle_status and not exp_info:
logger.info('Locking a new ship')
self.config.GET_SHIP_TRIGGERED = True