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