mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Opt: reduce downtime on select new ship for tactical lesson
This commit is contained in:
@@ -628,8 +628,10 @@ class RewardTacticalClass(Dock):
|
||||
# Set if favorite from config
|
||||
self.dock_favourite_set(enable=self.config.AddNewStudent_Favorite, wait_loading=False)
|
||||
|
||||
# reset filter
|
||||
self.dock_filter_set()
|
||||
# reset filter; naturally skip meta ships this way
|
||||
self.dock_filter_set(
|
||||
faction=[v for k, v in self.dock_filter.settings if k == 'faction' and v not in ['all', 'meta']]
|
||||
)
|
||||
|
||||
# No ship in dock
|
||||
if self.appear(DOCK_EMPTY, offset=(30, 30)):
|
||||
|
||||
Reference in New Issue
Block a user