|
@@ -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
|