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

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmin123 committed May 26, 2016
1 parent 0b0716c commit 8149d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kancolle_auto.sikuli/combat.sikuli/combat.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def loop_pre_combat(self, nodes_run):
loop_pre_combat_stop = True
break
# If formation select, select formation based on user config
elif check_and_click(global_regions['formation_' % self.formations[nodes_run]], 'formation_%s.png' % self.formations[nodes_run]):
elif check_and_click(global_regions['formation_%s' % self.formations[nodes_run]], 'formation_%s.png' % self.formations[nodes_run]):
# Now check for night battle prompt or post-battle report
log_msg("Selecting fleet formation!")
sleep(5)
Expand Down

0 comments on commit 8149d3a

Please sign in to comment.