mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-19 08:42:58 +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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user