mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-16 12:00:30 +08:00
Opt: use yellow_coins_preserve aggressively
This commit is contained in:
@@ -52,7 +52,7 @@ class OpsiMeowfficerFarming(OSMap):
|
||||
# When not running CL1 and use oil
|
||||
keep_current_ap = True
|
||||
check_rest_ap = True
|
||||
if self.is_cl1_enabled and self.get_yellow_coins() >= self.config.OS_CL1_YELLOW_COINS_PRESERVE:
|
||||
if self.is_cl1_enabled and self.get_yellow_coins() >= self.yellow_coins_preserve:
|
||||
check_rest_ap = False
|
||||
if not self.is_cl1_enabled and self.config.OpsiGeneral_BuyActionPointLimit > 0:
|
||||
keep_current_ap = False
|
||||
|
||||
Reference in New Issue
Block a user