mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 22:37:00 +08:00
Fix: z20_or_z21 should be filtered by any ship (#4494)
This commit is contained in:
@@ -282,7 +282,7 @@ class GemsFarming(CampaignRun, FleetEquipment, Dock):
|
||||
return ships
|
||||
|
||||
scanner.set_limitation(fleet=0)
|
||||
if self.config.GemsFarming_CommonDD in ['any', 'favourite']:
|
||||
if self.config.GemsFarming_CommonDD in ['any', 'favourite', 'z20_or_z21']:
|
||||
# Change to any ship
|
||||
return scanner.scan(self.device.image, output=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user