1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Opt: Utilize offset for altered location of IN_MAP asset due to zones

Del: Unneeded IN_MAP_OBSCURED
This commit is contained in:
nEEtdo0d
2021-02-06 09:44:35 -05:00
parent 11638811c2
commit 07bc5ca85a
5 changed files with 3 additions and 4 deletions

View File

@@ -4,4 +4,4 @@ from module.os_handler.assets import *
class EnemySearchingHandler(EnemySearchingHandler_):
def is_in_map(self):
return self.appear(IN_MAP) or self.appear(IN_MAP_OBSCURED)
return self.appear(IN_MAP, offset=(200, 5))