mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-24 17:42:46 +00:00
Fix: Allow a total of 6 double calyx
This commit is contained in:
parent
c8b0be6b46
commit
50303fe6ab
@ -123,7 +123,7 @@ class DungeonEvent(UI):
|
||||
if not ocr.is_format_matched(row.ocr_text):
|
||||
continue
|
||||
remain, _, total = ocr.format_result(row.ocr_text)
|
||||
if total in [3, 12]:
|
||||
if total in [3, 6, 12]:
|
||||
logger.attr('Double event remain at combat', remain)
|
||||
return remain
|
||||
logger.warning('Double event appears but failed to get remain')
|
||||
|
Loading…
Reference in New Issue
Block a user