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:
Yinhr 2024-05-02 01:02:34 +08:00 committed by GitHub
parent 3579d68ad0
commit aa40215cb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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