mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 05:47:30 +08:00
Fix: z20_or_z21 should be filtered by any ship (#4494)
This commit is contained in:
parent
ab9f2892dc
commit
9b61faf308
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user