|
@@ -1328,7 +1328,7 @@ class check_safe_collect(dongri_task):
|
|
|
maxTryTimes -= 1
|
|
|
myTimeSleep_big()
|
|
|
mid_enemy_pos = get_yys_random_point(special_activity_img.mid_enemy_region)
|
|
|
- pcacc_mouse.click(mid_enemy_pos[0], mid_enemy_pos[1]-20)
|
|
|
+ pcacc_mouse.click(mid_enemy_pos[0], mid_enemy_pos[1]-40)
|
|
|
myTimeSleep_big()
|
|
|
|
|
|
if waitClickImg_noWait_withBool(special_activity_img.big_collect, 2, 1) == False:
|