Explorar el Código

!2 rare activity first time

pcacc hace 1 semana
padre
commit
39b48e5497
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app_dongri.py

+ 1 - 1
app_dongri.py

@@ -375,7 +375,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
             GlobalState.task_queue.appendleft(task_collect(collectArr, isSimple, isAddStrengh))
     
         print("add rare activity")
-        if GlobalState.g_times % 5 == 1:
+        if GlobalState.g_times % 5 == 0:
             if GlobalState.g_switch and get_rungame_type() == 0:
                 GlobalState.task_queue.appendleft(check_buildOrResearch())
             GlobalState.task_queue.appendleft(task_cure(True, GlobalState.g_cureNum))