浏览代码

!2 rare activity first time

pcacc 1 周之前
父节点
当前提交
39b48e5497
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))