mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Fix: Anniversary 3x get remain at combat (#438)
* Fix: Anniversary 3x get remain at combat * Fix: Anniversary 3x get remain at combat
This commit is contained in:
parent
3579d68ad0
commit
aa40215cb8
@ -71,6 +71,12 @@ class DungeonEvent(UI):
|
||||
color=(231, 188, 103),
|
||||
threshold=240, count=1000
|
||||
)
|
||||
# Anniversary 3x event
|
||||
has |= self.image_color_count(
|
||||
OCR_DOUBLE_EVENT_REMAIN_AT_COMBAT,
|
||||
color=(229, 62, 44),
|
||||
threshold=221, count=50
|
||||
)
|
||||
logger.attr('Double event at combat', has)
|
||||
return has
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user