mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 05:50:33 +08:00
Fix: Increase threshold at empty slot of meowfficer enhance (#3155)
which is just 221
This commit is contained in:
@@ -92,7 +92,7 @@ class MeowfficerEnhance(MeowfficerBase):
|
|||||||
break
|
break
|
||||||
|
|
||||||
# Exit if button is empty slot
|
# 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
|
break
|
||||||
|
|
||||||
# Continue onto next if button
|
# Continue onto next if button
|
||||||
|
|||||||
Reference in New Issue
Block a user