mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Increase threshold at empty slot of meowfficer enhance (#3155)
which is just 221
This commit is contained in:
parent
35c109a648
commit
07fa439690
@ -92,7 +92,7 @@ class MeowfficerEnhance(MeowfficerBase):
|
||||
break
|
||||
|
||||
# Exit if button is empty slot
|
||||
if self.image_color_count(button, color=(231, 223, 221), threshold=221, count=450):
|
||||
if self.image_color_count(button, color=(231, 223, 221), threshold=235, count=450):
|
||||
break
|
||||
|
||||
# Continue onto next if button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user