Procházet zdrojové kódy

!2 fix participate in team with low power

pcacc před 5 měsíci
rodič
revize
b5dacce568
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dongri_task.py

+ 1 - 1
dongri_task.py

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