Skip to content

Commit 8e3e6e0

Browse files
committed
调整
1 parent 68d9c15 commit 8e3e6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ def union_battle():
248248

249249
def interception_battle():
250250
while True:
251+
if my_player.exist(['next_step']):
252+
my_player.find_touch(['next_step'])
251253
if my_player.exist(['ark']):
252254
my_player.find_touch(['ark', 'interception', 'interception'])
253255
if my_player.exist(['interception_battle']):
@@ -259,8 +261,6 @@ def interception_battle():
259261
else:
260262
my_player.find_touch(['home'])
261263
break
262-
if my_player.exist(['next_step']):
263-
my_player.find_touch(['next_step'])
264264

265265

266266
def single_raids():

0 commit comments

Comments
 (0)