mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-20 21:24:30 +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:
|
Returns:
|
||||||
int:
|
int:
|
||||||
"""
|
"""
|
||||||
if self.config.ENABLE_2X_BOOK:
|
if self.config.ENABLE_2X_BOOK and \
|
||||||
|
self.config.COMMAND in ['Main', 'Event', 'War_archives']:
|
||||||
return 4
|
return 4
|
||||||
else:
|
else:
|
||||||
return 2
|
return 2
|
||||||
|
|||||||
Reference in New Issue
Block a user