Sfoglia il codice sorgente

!2 need more len to reduce little soilder

pcacc 1 mese fa
parent
commit
63268a596b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dongri_task.py

+ 1 - 1
dongri_task.py

@@ -1060,7 +1060,7 @@ class task_paticipateInTeam(dongri_task):
                     waitClickImg_withBool([monster_img.fight, monster_img.fight2, monster_img.fight3], 1, 0.5)
                     return False
                 
-                if plusPos[0] - powerPos[0] < 72:
+                if plusPos[0] - powerPos[0] < 74:
                     return False
                 
                 waitClickImg_withBool([monster_img.fight, monster_img.fight2, monster_img.fight3], 1, 0.5)