Explorar o código

!2 rare activity first time

pcacc hai 1 semana
pai
achega
39b48e5497
Modificáronse 1 ficheiros con 1 adicións e 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))