1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-30 23:32:28 +08:00

Upd: scuttle settings

This commit is contained in:
2026-07-27 04:20:51 +08:00
parent 690351c74a
commit 4f60aecd58
11 changed files with 24 additions and 79 deletions

View File

@@ -71,11 +71,11 @@ class RaidScuttleRun(RaidRun, RaidScuttleCombat, Dock):
@property
def change_vanguard(self):
return 'vanguard' in self.config.RaidScuttle_Sacrifice
return 'vanguard' in self.config.Scuttle_Sacrifice
@property
def change_flagship(self):
return 'flagship' in self.config.RaidScuttle_Sacrifice
return 'flagship' in self.config.Scuttle_Sacrifice
def triggered_stop_condition(self, oil_check=False, pt_check=False, coin_check=False):
if self.triggered_normal_end: