mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 16:06:20 +08:00
Fix: Flagships retirement not work
This commit is contained in:
@@ -262,6 +262,9 @@ class Retirement(Enhancement):
|
|||||||
rarity='common', fleet=0, in_commission=False, level=(33, 100))
|
rarity='common', fleet=0, in_commission=False, level=(33, 100))
|
||||||
|
|
||||||
total = 0
|
total = 0
|
||||||
|
_ = self._have_kept_cv
|
||||||
|
self._have_kept_cv = True
|
||||||
|
|
||||||
skip_first_screenshot = True
|
skip_first_screenshot = True
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
@@ -279,6 +282,7 @@ class Retirement(Enhancement):
|
|||||||
total += 1
|
total += 1
|
||||||
|
|
||||||
self._retirement_confirm()
|
self._retirement_confirm()
|
||||||
|
self._have_kept_cv = _
|
||||||
|
|
||||||
return total
|
return total
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user