1
0
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:
nEEtdo0d
2025-08-26 19:41:31 -04:00
parent ee36113697
commit a6e3706ae4

View File

@@ -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)):