mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: GemsFarming Allow High Level Flagship
This commit is contained in:
parent
ddd8828d6f
commit
aba947af61
@ -739,7 +739,8 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
|
|||||||
raise GameStuckError
|
raise GameStuckError
|
||||||
|
|
||||||
# End
|
# 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
|
success = True
|
||||||
if self.change_flagship:
|
if self.change_flagship:
|
||||||
success = self.flagship_change()
|
success = self.flagship_change()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user