mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 02:29:16 +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
|
continue
|
||||||
if self._handle_ash_beacon_reward():
|
if self._handle_ash_beacon_reward():
|
||||||
continue
|
continue
|
||||||
|
if self.handle_story_skip():
|
||||||
|
# Random map events, may slow to show.
|
||||||
|
continue
|
||||||
|
|
||||||
# End:
|
# End:
|
||||||
if self.appear(ASH_START, offset=(30, 30)):
|
if self.appear(ASH_START, offset=(30, 30)):
|
||||||
|
|||||||
Reference in New Issue
Block a user