This commit is contained in:
2026-03-22 11:50:53 +00:00
parent 2f456f80b8
commit cb5b18008d
10 changed files with 79 additions and 66 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ impl Dorf {
tasks: VecDeque::from([Task::Idle {
origin,
sigma_world: behaviour.idle.sigma_world,
state: IdleState::Picking,
state: IdleState::Picking {
retry_after_tick: 0,
},
}]),
},
task_state: TaskState::Pending,