We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d9c15 commit 8e3e6e0Copy full SHA for 8e3e6e0
auto_task.py
@@ -248,6 +248,8 @@ def union_battle():
248
249
def interception_battle():
250
while True:
251
+ if my_player.exist(['next_step']):
252
+ my_player.find_touch(['next_step'])
253
if my_player.exist(['ark']):
254
my_player.find_touch(['ark', 'interception', 'interception'])
255
if my_player.exist(['interception_battle']):
@@ -259,8 +261,6 @@ def interception_battle():
259
261
else:
260
262
my_player.find_touch(['home'])
263
break
- if my_player.exist(['next_step']):
- my_player.find_touch(['next_step'])
264
265
266
def single_raids():
0 commit comments