mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 11:43:44 +08:00
Opt: Check every talent only when DropRecord.MeowfficerTalent is enabled
This commit is contained in:
@@ -195,7 +195,8 @@ class MeowfficerCollect(MeowfficerBase):
|
|||||||
) as drop:
|
) as drop:
|
||||||
drop.add(self.device.image)
|
drop.add(self.device.image)
|
||||||
list_talent_btn, special_talent = self._get_meow_talent_grid()
|
list_talent_btn, special_talent = self._get_meow_talent_grid()
|
||||||
self._meow_talent_cap_handle(list_talent_btn, drop)
|
if self.config.DropRecord_MeowfficerTalent != 'do_not':
|
||||||
|
self._meow_talent_cap_handle(list_talent_btn, drop)
|
||||||
if self.appear(MEOWFFICER_GOLD_CHECK, offset=(40, 40)):
|
if self.appear(MEOWFFICER_GOLD_CHECK, offset=(40, 40)):
|
||||||
if not self.config.MeowfficerTrain_RetainTalentedGold or not special_talent:
|
if not self.config.MeowfficerTrain_RetainTalentedGold or not special_talent:
|
||||||
self._meow_skip_lock()
|
self._meow_skip_lock()
|
||||||
|
|||||||
Reference in New Issue
Block a user