File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,6 +422,11 @@ def os_hazard1_leveling(self):
422422 with self .config .multi_set ():
423423 self .config .task_delay (server_update = True )
424424 if not self .is_in_opsi_explore ():
425+ cd = self .nearest_task_cooling_down
426+ if cd is None :
427+ for task in ['OpsiAbyssal' , 'OpsiStronghold' , 'OpsiObscure' ]:
428+ if self .config .is_task_enabled (task ):
429+ self .config .task_call (task )
425430 self .config .task_call ('OpsiMeowfficerFarming' )
426431 self .config .task_stop ()
427432
@@ -437,6 +442,11 @@ def os_hazard1_leveling(self):
437442 with self .config .multi_set ():
438443 self .config .task_delay (server_update = True )
439444 if not self .is_in_opsi_explore ():
445+ cd = self .nearest_task_cooling_down
446+ if cd is None :
447+ for task in ['OpsiAbyssal' , 'OpsiStronghold' , 'OpsiObscure' ]:
448+ if self .config .is_task_enabled (task ):
449+ self .config .task_call (task )
440450 self .config .task_call ('OpsiMeowfficerFarming' )
441451 self .config .task_stop ()
442452
You can’t perform that action at this time.
0 commit comments