暂存
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user