Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
20200109.04
Browse files Browse the repository at this point in the history
- Fix retirement module.
  • Loading branch information
Egoistically committed Jan 9, 2020
1 parent 6be1ed1 commit 1f4d3d5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified assets/EN/retirement/button_sort_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/EN/retirement/button_sort_common.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/EN/retirement/button_sort_rare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/retirement.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def retire_ships(self):
Utils.touch_randomly(self.region['rare_ship_filter'])
Utils.script_sleep(0.5)
continue
if Utils.find("retirement/button_sort_common") and Utils.find("retirement/button_sort_rare"):
if Utils.find("retirement/button_sort_common", 0.99) and Utils.find("retirement/button_sort_rare", 0.99):
Logger.log_msg("Sorting options for retirement are correct.")
self.sorted = True
Utils.touch_randomly(self.region['confirm_filter_button'])
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.1.0
20200109.03
20200109.04

0 comments on commit 1f4d3d5

Please sign in to comment.