mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-15 12:30:39 +08:00
Fix: Wait expected emotion reduce of the whole map if auto search disabled
This commit is contained in:
parent
05ecbe682a
commit
8af17fe1f9
@ -255,6 +255,8 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
|
||||
"""
|
||||
if not self.config.ENABLE_EMOTION_REDUCE:
|
||||
return False
|
||||
if not self.config.ENABLE_AUTO_SEARCH:
|
||||
return False
|
||||
|
||||
if hasattr(self, 'emotion'):
|
||||
logger.info(f'Expected emotion reduce: {self._emotion_expected_reduce}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user