1
0
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:
sui-feng-cb 2024-10-27 21:38:23 +08:00
parent ddd8828d6f
commit aba947af61

View File

@ -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()