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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user