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

Add: Tower of Transcendence chapter BD

- Fix: BATTLE_STATUS_B was clicked after EXP_INFO
- Fix: STORY_SKIP offset
- Fix: One-time stages in stage auto increase
This commit is contained in:
LmeSzinc
2021-12-30 17:42:55 +08:00
parent 8e790b3340
commit e89d07da12
22 changed files with 793 additions and 16 deletions

View File

@@ -417,7 +417,7 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
continue
if self.handle_get_items(drop=drop):
continue
if self.handle_battle_status(drop=drop):
if not exp_info and self.handle_battle_status(drop=drop):
battle_status = True
continue
if self.handle_popup_confirm('combat_status'):