1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +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:
LmeSzinc
2021-01-19 03:38:43 +08:00
parent 87428260f2
commit 1aacce72e8
4 changed files with 8 additions and 5 deletions

View File

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