1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 08:47:20 +08:00

Fix: Flagships retirement not work

This commit is contained in:
Horizon101011
2022-09-07 08:56:23 +08:00
parent 21f5b51ac2
commit fc97c3779d

View File

@@ -262,6 +262,9 @@ class Retirement(Enhancement):
rarity='common', fleet=0, in_commission=False, level=(33, 100))
total = 0
_ = self._have_kept_cv
self._have_kept_cv = True
skip_first_screenshot = True
while 1:
if skip_first_screenshot:
@@ -279,6 +282,7 @@ class Retirement(Enhancement):
total += 1
self._retirement_confirm()
self._have_kept_cv = _
return total