mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 15:47:42 +08:00
Fix: GemsFarming Allow High Level Flagship
This commit is contained in:
@@ -739,7 +739,8 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
|
||||
raise GameStuckError
|
||||
|
||||
# End
|
||||
if self._trigger_lv32 or self._trigger_emotion:
|
||||
if (self._trigger_lv32 and not self.config.GemsFarming_ALLowHighFlagshipLevel) \
|
||||
or self._trigger_emotion:
|
||||
success = True
|
||||
if self.change_flagship:
|
||||
success = self.flagship_change()
|
||||
|
||||
Reference in New Issue
Block a user