mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 18:53:34 +08:00
Fix: fleet1_all_fleet2_standby compatibles with self.fleet_2 calls from old map files
This commit is contained in:
@@ -32,8 +32,9 @@ class Fleet(Camera, AmbushHandler):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def fleet_2(self):
|
def fleet_2(self):
|
||||||
if self.fleet_current_index != 2:
|
if self.config.FLEET_2 and self.config.FLEET_BOSS == 2:
|
||||||
self.fleet_switch()
|
if self.fleet_current_index != 2:
|
||||||
|
self.fleet_switch()
|
||||||
return self
|
return self
|
||||||
|
|
||||||
@fleet_2.setter
|
@fleet_2.setter
|
||||||
|
|||||||
Reference in New Issue
Block a user