mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-16 03:53:29 +08:00
Opt: use yellow_coins_preserve aggressively
This commit is contained in:
@@ -22,8 +22,8 @@ class OpsiHazard1Leveling(OSMap):
|
||||
self.config.OS_ACTION_POINT_PRESERVE = 0
|
||||
logger.attr('OS_ACTION_POINT_PRESERVE', self.config.OS_ACTION_POINT_PRESERVE)
|
||||
|
||||
if self.get_yellow_coins() < self.config.OS_CL1_YELLOW_COINS_PRESERVE:
|
||||
logger.info(f'Reach the limit of yellow coins, preserve={self.config.OS_CL1_YELLOW_COINS_PRESERVE}')
|
||||
if self.get_yellow_coins() < self.yellow_coins_preserve:
|
||||
logger.info(f'Reach the limit of yellow coins, preserve={self.yellow_coins_preserve}')
|
||||
with self.config.multi_set():
|
||||
self.config.task_delay(server_update=True)
|
||||
if not self.is_in_opsi_explore():
|
||||
|
||||
Reference in New Issue
Block a user