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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user