Pārlūkot izejas kodu

!2 fix participate in team with low power

pcacc 1 mēnesi atpakaļ
vecāks
revīzija
b5dacce568
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      dongri_task.py

+ 1 - 1
dongri_task.py

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