Przeglądaj źródła

!2 fix participate in team with low power

pcacc 1 miesiąc temu
rodzic
commit
b5dacce568
1 zmienionych plików z 1 dodań i 1 usunięć
  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)