1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-20 04:39:29 +08:00

Fix: Handle Game tips

This commit is contained in:
LmeSzinc
2020-11-26 17:52:24 +08:00
parent 4e564cbf71
commit 4e9d46fb85
2 changed files with 9 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ class EnemySearchingHandler(InfoHandler):
logger.info('Enemy searching timeout.')
break
self.device.screenshot()
return True
def handle_in_map_no_enemy_searching(self):