mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08: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…
x
Reference in New Issue
Block a user