|
@@ -1057,7 +1057,7 @@ class task_paticipateInTeam(dongri_task):
|
|
|
maxTryTimes -= 1
|
|
|
if waitFindImg_withBool(special_activity_img.power0, 1, 0.5) == False:# 实力不为0
|
|
|
powerCount = task_checkPower().run()
|
|
|
- if powerCount < 4000000:
|
|
|
+ if powerCount < 41234567:
|
|
|
return False
|
|
|
|
|
|
waitClickImg_withBool([monster_img.fight, monster_img.fight2, monster_img.fight3], 1, 0.5)
|