1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-09 10:37:00 +08:00

Fix: Detection of siren BB red

- Fit swipe multiply in chapter B
This commit is contained in:
LmeSzinc
2021-02-26 15:16:29 +08:00
parent d2a1e5ab36
commit 9a749ce494
7 changed files with 6 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ A10, B10, C10, D10, E10, F10, G10, H10, I10, \
class Config(ConfigBase):
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['CL', 'CAred', 'BB']
MAP_SIREN_TEMPLATE = ['CL', 'CAred', 'BBred']
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True