mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-17 04:18:53 +08:00
Opt: use yellow_coins_preserve aggressively
This commit is contained in:
@@ -50,7 +50,7 @@ class OSCampaignRun(OSMapOperation):
|
||||
self.config.task_delay(server_update=True)
|
||||
self.config.task_call('Reward')
|
||||
if self.config.is_task_enabled('OpsiHazard1Leveling') \
|
||||
and self.get_yellow_coins() > self.config.OS_CL1_YELLOW_COINS_PRESERVE:
|
||||
and self.get_yellow_coins() > self.yellow_coins_preserve:
|
||||
self.config.task_call('OpsiHazard1Leveling')
|
||||
else:
|
||||
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')
|
||||
|
||||
Reference in New Issue
Block a user