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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user