|
@@ -972,7 +972,7 @@ class task_useAnnimalSkill(dongri_task):
|
|
if waitClickImg_noWait_withBool(check_img.annimal_skill, 2, 1) == False:
|
|
if waitClickImg_noWait_withBool(check_img.annimal_skill, 2, 1) == False:
|
|
return False
|
|
return False
|
|
|
|
|
|
- if waitClickImg_noWait_withBool((check_img.wolf_skill, check_img.elephant_skill), 2, 1) == False:
|
|
|
|
|
|
+ if waitClickImg_noWait_withBool((check_img.wolf_skill, check_img.elephant_skill, check_img.lu_skill), 2, 1) == False:
|
|
return False
|
|
return False
|
|
|
|
|
|
if waitClickImg_noWait_withBool((check_img.use, check_img.use2), 2, 1) == False:
|
|
if waitClickImg_noWait_withBool((check_img.use, check_img.use2), 2, 1) == False:
|