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

Add: Semi-auto for operation siren

- Fix: Clicking on HOME button when skipping story
- TODO: [EN][JP] Replace assets in os_combat and os_handler
This commit is contained in:
LmeSzinc
2020-12-23 18:48:41 +08:00
parent 4a8ae72ef3
commit 57822607e1
39 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from module.handler.enemy_searching import EnemySearchingHandler as EnemySearchingHandler_
from module.os_handler.assets import *
class EnemySearchingHandler(EnemySearchingHandler_):
def is_in_map(self):
return self.appear(IN_MAP)