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

Fix: Handle popup to use 2x book (#880)

This commit is contained in:
LmeSzinc
2022-01-18 22:06:38 +08:00
parent 4bf8455ae8
commit 0caf4ba990
7 changed files with 12 additions and 0 deletions

View File

@@ -189,6 +189,10 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
if self.handle_urgent_commission(drop=drop):
continue
# 2X book popup
if self.handle_2x_book_popup():
continue
# Story skip
if self.handle_story_skip():
campaign_timer.reset()