فهرست منبع

!2 information not check strength

pcacc 2 ماه پیش
والد
کامیت
822ded8f97
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      dongri_task.py

+ 2 - 1
dongri_task.py

@@ -940,7 +940,7 @@ class task_information(dongri_task):
         self.isAddStrengh = isAddStrengh
     def run(self):
         basic_operate.go_outside()
-
+        '''
         if False == waitFindImg_withBool((monster_img.enough_strengh, monster_img.enough_strengh3), 2, 1):
             if self.isAddStrengh:
                 basic_operate.add_strength()
@@ -948,6 +948,7 @@ class task_information(dongri_task):
             else:
                 print("没有足够的体力了")
                 return False
+        '''
 
         if waitClickImg_noWait_withBool(information_img.information, 1, 1) == False:
             return False