1
0
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:
LmeSzinc
2021-02-02 16:34:33 +08:00
parent 05ecbe682a
commit 8af17fe1f9

View File

@@ -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}')