This commit is contained in:
2025-09-04 14:40:43 +08:00
parent cd880be9a4
commit 37093dd923
5 changed files with 75 additions and 10 deletions

View File

@@ -193,7 +193,7 @@ namespace ArachnaeSwarm
// When the float menu is clicked, we set the selected process on the comp,
// so the JobDriver knows which process to start.
this._selectedProcess = process;
Job job = JobMaker.MakeJob(DefDatabase<JobDef>.GetNamed("ARA_IncubateJob"), parent);
Job job = JobMaker.MakeJob(DefDatabase<JobDef>.GetNamed("ARA_StartInteractiveProduction"), parent);
selPawn.jobs.TryTakeOrderedJob(job, JobTag.Misc);
});
}