mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: [CN, EN, TW] SHIPYARD_TOTAL_DEV; before update every server match before so making same assumption. May alter if not the case
Fix: bump up interval; ocr may acquire incorrect value
This commit is contained in:
@@ -73,7 +73,7 @@ class ShipyardUI(UI):
|
||||
diff = count - current
|
||||
button = globals()[f'SHIPYARD_PLUS_{append}'] if diff > 0 \
|
||||
else globals()[f'SHIPYARD_MINUS_{append}']
|
||||
self.device.multi_click(button, n=diff, interval=(0.2, 0.3))
|
||||
self.device.multi_click(button, n=diff, interval=(0.3, 0.5))
|
||||
|
||||
logger.info(f'Current interface does not allow consumption of {count} BPs\n')
|
||||
logger.info(f'Capable of consuming at most {current} of the {count} BPs')
|
||||
|
||||
Reference in New Issue
Block a user