mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Add: Schedule task rogue
This commit is contained in:
parent
ad3d90239e
commit
4d464aad75
@ -101,7 +101,7 @@ class RogueReward(RogueUI, CombatInteract):
|
||||
self.device.click(REWARD_CLOSE)
|
||||
self.interval_reset(USE_STAMINA)
|
||||
confirm.reset()
|
||||
continue
|
||||
break
|
||||
|
||||
def can_claim_domain_reward(
|
||||
self,
|
||||
|
@ -43,6 +43,10 @@ class Rogue(RouteLoader, RogueEntry):
|
||||
if not success:
|
||||
break
|
||||
|
||||
# Scheduler
|
||||
if self.config.task_switched():
|
||||
self.config.task_stop()
|
||||
|
||||
self.config.task_delay(server_update=True)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user