1
0
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:
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
# 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()