1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-30 10:53:52 +08:00

Fix: Removed unused and fixed name of asset

This commit is contained in:
nEEtdo0d
2020-12-06 12:48:15 -05:00
parent d27a0a22c4
commit 6d37c2497f
6 changed files with 5 additions and 6 deletions

View File

@@ -192,12 +192,12 @@ class RewardMeowfficer(UI):
Returns:
Bool whether collected or not
"""
if self.appear(MEOWFFICIER_TRAIN_COMPLETE, offset=(20, 20)):
if self.appear(MEOWFFICER_TRAIN_COMPLETE, offset=(20, 20)):
# Today is Sunday, finish all else get just one
if isSunday:
self.device.click(MEOWFFICER_TRAIN_FINISH_ALL)
else:
self.device.click(MEOWFFICIER_TRAIN_COMPLETE)
self.device.click(MEOWFFICER_TRAIN_COMPLETE)
# Get loop mechanism to collect all trained meowfficer
self.meow_get()