Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from Walofz/upstream
Browse files Browse the repository at this point in the history
20200118.2
  • Loading branch information
Walofz authored Jan 18, 2020
2 parents 931161a + e91c532 commit 44595f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ALAuto.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def print_cycle_stats(self):
try:
while True:
Utils.wait_update_screen(1)
# temporal solution to event alerts
# temporal solution to event alerts
if Utils.find("menu/azurlane"):
Logger.log_msg("Found Azurlane Screen")
for x in range(2):
Expand Down
2 changes: 1 addition & 1 deletion modules/combat.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def combat_logic_wrapper(self):
Utils.touch_randomly(self.region['close_info_dialog'])
self.exit = 2
break
if Utils.find("commission/button_confirm"):
if Utils.find("menu/button_confirm"):
Logger.log_msg("Found commission info message.")
Utils.touch_randomly(self.region["combat_com_confirm"])
continue
Expand Down
2 changes: 1 addition & 1 deletion util/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def check_oil(cls, limit=0):
return True

cls.menu_navigate("menu/button_battle")

while len(oil) < 5:
_res = int(cls.read_numbers(970, 38, 101, 36))
if last_ocr == '' or abs(_res - last_ocr) < 600:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.0.5
20200117.06
20200118.02

0 comments on commit 44595f8

Please sign in to comment.