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

Add: [EN] IN_MAP_OBSCURED for os_semi_auto obscured zones

Updates affected files/modules that used IN_MAP

TODO: [CN, JP, TW] will need to replace
This commit is contained in:
nEEtdo0d
2021-02-06 01:41:20 -05:00
parent 8fa789da7c
commit 53e8923e48
5 changed files with 13 additions and 7 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)
return self.appear(IN_MAP) or self.appear(IN_MAP_OBSCURED)