mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 19:33:33 +08:00
Opt: Reset iff cached as 4 to override as 2x book impossible to turn on
This commit is contained in:
@@ -277,10 +277,11 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
|
|||||||
# 1) Enabled but impossible to turn on
|
# 1) Enabled but impossible to turn on
|
||||||
# 2) Enabled and able to turn on but get_expected_reduce cached as 2
|
# 2) Enabled and able to turn on but get_expected_reduce cached as 2
|
||||||
if self.config.ENABLE_2X_BOOK and not self.appear(BOOK_ENABLE_CHECK):
|
if self.config.ENABLE_2X_BOOK and not self.appear(BOOK_ENABLE_CHECK):
|
||||||
self.emotion.get_expected_reduce_reset()
|
if self.emotion.get_expected_reduce == 4:
|
||||||
backup = self.config.cover(ENABLE_2X_BOOK=False)
|
self.emotion.get_expected_reduce_reset()
|
||||||
self.emotion.get_expected_reduce
|
backup = self.config.cover(ENABLE_2X_BOOK=False)
|
||||||
backup.recover()
|
self.emotion.get_expected_reduce
|
||||||
|
backup.recover()
|
||||||
return False
|
return False
|
||||||
elif self.config.ENABLE_2X_BOOK and self.appear(BOOK_ENABLE_CHECK) and self.emotion.get_expected_reduce == 2:
|
elif self.config.ENABLE_2X_BOOK and self.appear(BOOK_ENABLE_CHECK) and self.emotion.get_expected_reduce == 2:
|
||||||
self.emotion.get_expected_reduce_reset()
|
self.emotion.get_expected_reduce_reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user