mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Opt: Handle Stronghold at day before reset
This commit is contained in:
@@ -365,11 +365,11 @@ class OSMap(OSFleet, Map, GlobeCamera):
|
||||
return True
|
||||
elif remain <= 2:
|
||||
logger.info('Just less than 3 days to OpSi reset, '
|
||||
'set OpsiMeowfficerFarming.ActionPointPreserve < 200 temporarily')
|
||||
'set OpsiMeowfficerFarming.ActionPointPreserve < 300 temporarily')
|
||||
self.config.override(
|
||||
OpsiMeowfficerFarming_ActionPointPreserve=min(
|
||||
self.config.OpsiMeowfficerFarming_ActionPointPreserve,
|
||||
200)
|
||||
300)
|
||||
)
|
||||
return True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user