mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Increase FLEET_IN_USE_STD to correct submarine.in_use() (#470)
This commit is contained in:
parent
a6fe1eb4e9
commit
77899feffd
@ -12,7 +12,7 @@ class FleetOperator:
|
||||
FLEET_BAR_SHAPE_Y = 33
|
||||
FLEET_BAR_MARGIN_Y = 9
|
||||
FLEET_BAR_ACTIVE_STD = 45 # Active: 67, inactive: 12.
|
||||
FLEET_IN_USE_STD = 20 # In use 52, not in use (3, 6).
|
||||
FLEET_IN_USE_STD = 27 # In use 52, not in use (3, 6).
|
||||
FLEET_PREPARE_OPERATION_SLEEP = (0.25, 0.35)
|
||||
|
||||
def __init__(self, choose, bar, clear, in_use, main):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user