1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Fix: Restrict to only to commands capable of using 2x book

This commit is contained in:
nEEtdo0d
2021-03-26 20:43:41 -04:00
parent 607e8b1260
commit f724a3a61f

View File

@@ -155,7 +155,8 @@ class Emotion:
Returns:
int:
"""
if self.config.ENABLE_2X_BOOK:
if self.config.ENABLE_2X_BOOK and \
self.config.COMMAND in ['Main', 'Event', 'War_archives']:
return 4
else:
return 2