1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Handle random map events in _ash_enter_from_map (#787)

This commit is contained in:
LmeSzinc 2021-12-01 17:52:45 +08:00
parent 32738efaf6
commit 205d2d16bd

View File

@ -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)):