mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: _guild_triggered not working in non-continuous campaign
- Opt: Comments in logistics_mission to avoid mis-understandings
This commit is contained in:
@@ -123,7 +123,7 @@ class GuildLogistics(GuildBase):
|
||||
logger.info('Guild mission button inactive')
|
||||
return False
|
||||
elif self.image_color_count(GUILD_MISSION, color=(255, 255, 255), threshold=180, count=50):
|
||||
# white pixels less than 50
|
||||
# white pixels less than 50, but has blue-white pixels
|
||||
logger.info('Guild mission button active')
|
||||
return True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user