mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Fix: Wait expected emotion reduce of the whole map if auto search disabled
This commit is contained in:
@@ -255,6 +255,8 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
|
|||||||
"""
|
"""
|
||||||
if not self.config.ENABLE_EMOTION_REDUCE:
|
if not self.config.ENABLE_EMOTION_REDUCE:
|
||||||
return False
|
return False
|
||||||
|
if not self.config.ENABLE_AUTO_SEARCH:
|
||||||
|
return False
|
||||||
|
|
||||||
if hasattr(self, 'emotion'):
|
if hasattr(self, 'emotion'):
|
||||||
logger.info(f'Expected emotion reduce: {self._emotion_expected_reduce}')
|
logger.info(f'Expected emotion reduce: {self._emotion_expected_reduce}')
|
||||||
|
|||||||
Reference in New Issue
Block a user