mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Handle random map events in _ash_enter_from_map (#787)
This commit is contained in:
@@ -230,6 +230,9 @@ class OSAsh(UI):
|
||||
continue
|
||||
if self._handle_ash_beacon_reward():
|
||||
continue
|
||||
if self.handle_story_skip():
|
||||
# Random map events, may slow to show.
|
||||
continue
|
||||
|
||||
# End:
|
||||
if self.appear(ASH_START, offset=(30, 30)):
|
||||
|
||||
Reference in New Issue
Block a user