Skip to content

Commit

Permalink
v0.2.3 Increase galmap wait time.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotso11 committed Mar 16, 2022
1 parent ee4e882 commit ca73379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcmacros.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import win32gui
import zipfile

VERSION = "0.2.2"
VERSION = "0.2.3"
BUNDLED = False
LOGFILE = "fcmacros.log"

Expand Down Expand Up @@ -419,7 +419,7 @@ def find_system_and_jump_1(*args):
if not press_until_selected_region(ED_UI_DOWN, TRITIUM_DEPOT_POS, ED_UI_UP): return False
if not press_until_selected_region(ED_UI_RIGHT, CARRIER_MANAGEMENT_POS, ED_UI_DOWN): return False
press(ED_UI_SELECT)
sleep(1)
sleep(5) # Wait for galmap, sometimes slow
if not press_until_selected_region(ED_UI_DOWN, NAVIGATION_ICON, debug_text="NAVIGATION ICON", max_count=5):
set_status("Unable to select NAVIGATION ICON")
return False
Expand Down

0 comments on commit ca73379

Please sign in to comment.