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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user