This commit is contained in:
2026-02-24 17:33:16 +08:00
parent 96bc1d4c5a
commit 5195d05045
13 changed files with 333 additions and 205 deletions

View File

@@ -150,7 +150,7 @@ namespace WulaFallenEmpire
}
// 创建强制维修工作
Job job = JobMaker.MakeJob(Wula_JobDefOf.DD_RepairMech, parent);
Job job = JobMaker.MakeJob(Wula_JobDefOf.WULA_RepairMech, parent);
job.playerForced = true;
bestColonist.jobs.StartJob(job, JobCondition.InterruptForced, null, resumeCurJobAfterwards: true);