소스 검색

!2 cure will click 2 times

pcacc 4 달 전
부모
커밋
1f20669e48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dongri_task.py

+ 1 - 1
dongri_task.py

@@ -956,7 +956,7 @@ class task_cure(dongri_task):
             if waitClickImg_noWait_withBool(check_img.help4, 2, 1) == False:
                 return False
         else:
-            maxTryTimes = 50
+            maxTryTimes = 50 * 2
             while waitClickImg_noWait_withBool((check_img.cure, check_img.help4), 30, 0.2) and maxTryTimes >= 0:
                 maxTryTimes -= 1
                 continue