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

Fix: Handle different MAP_ENEMY_TURN on different sirens

- Fix merge error on movable enemies
- Fix old select arguments in 7-2
This commit is contained in:
LmeSzinc
2020-08-06 19:09:21 +08:00
parent 2a4d4edce7
commit ddefbc048b
4 changed files with 27 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ class AzurLaneConfig:
USING_SPARE_FLEET = False
MOVABLE_ENEMY_FLEET_STEP = 2
MOVABLE_ENEMY_TURN = 2
MOVABLE_ENEMY_TURN = (2,)
@property
def FLEET_1(self):