|
@@ -956,7 +956,7 @@ class task_information(dongri_task):
|
|
|
|
|
|
hero_arr = [information_img.hero0, information_img.hero1, information_img.hero2, information_img.hero3, information_img.hero4]
|
|
hero_arr = [information_img.hero0, information_img.hero1, information_img.hero2, information_img.hero3, information_img.hero4]
|
|
camp_arr = [information_img.camp1, information_img.camp2, information_img.camp3, information_img.camp4]
|
|
camp_arr = [information_img.camp1, information_img.camp2, information_img.camp3, information_img.camp4]
|
|
- wolf_arr = [information_img.wolf0, information_img.wolf1, information_img.wolf2, information_img.wolf3, information_img.wolf4]
|
|
|
|
|
|
+ wolf_arr = [information_img.wolf0, information_img.wolf1, information_img.wolf2, information_img.wolf3, information_img.wolf4, information_img.huojing1]
|
|
total_arr = hero_arr + camp_arr + wolf_arr
|
|
total_arr = hero_arr + camp_arr + wolf_arr
|
|
|
|
|
|
if waitFindImg_withBool(total_arr, 2, 1) == False:
|
|
if waitFindImg_withBool(total_arr, 2, 1) == False:
|
|
@@ -1501,7 +1501,7 @@ class task_duanwu(dongri_task):
|
|
|
|
|
|
if __name__ == '__main__':
|
|
if __name__ == '__main__':
|
|
print(get_todo_time("巨熊行动"))
|
|
print(get_todo_time("巨熊行动"))
|
|
- task_duanwu().run()
|
|
|
|
|
|
+ task_check_Research().run()
|
|
#save_game_screen()
|
|
#save_game_screen()
|
|
#basic_operate.get_line_num()
|
|
#basic_operate.get_line_num()
|
|
#task_cure(True, 85).run()
|
|
#task_cure(True, 85).run()
|