mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: wrong value coding in get_action_point_limit
This commit is contained in:
parent
a889ae7d81
commit
6100999369
@ -408,8 +408,8 @@ class OSMap(OSFleet, Map, GlobeCamera, StrategicSearchHandler):
|
||||
return 0
|
||||
elif self.is_cl1_enabled and remain <= 2:
|
||||
logger.info('Just less than 3 days to OpSi reset, '
|
||||
'set ActionPointPreserve to 500 temporarily for hazard 1 leveling')
|
||||
return 500
|
||||
'set ActionPointPreserve to 1000 temporarily for hazard 1 leveling')
|
||||
return 1000
|
||||
elif remain <= 2:
|
||||
logger.info('Just less than 3 days to OpSi reset, '
|
||||
'set ActionPointPreserve to 300 temporarily')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user