diff --git a/1.6/Defs/JobDefs/WULA_JobDefs.xml b/1.6/Defs/JobDefs/WULA_JobDefs.xml
index 581a7251..79f5e481 100644
--- a/1.6/Defs/JobDefs/WULA_JobDefs.xml
+++ b/1.6/Defs/JobDefs/WULA_JobDefs.xml
@@ -15,4 +15,18 @@
true
+
+ WULA_IngestWulaEnergy
+ WulaFallenEmpire.JobDriver_IngestWulaEnergy
+ 正在摄取能量。
+ true
+
+
+
+ WULA_FeedWulaPatient
+ WulaFallenEmpire.JobDriver_FeedWulaPatient
+ 正在喂食能量核心。
+ true
+
+
\ No newline at end of file
diff --git a/Source/WulaFallenEmpire/JobDefOf_WULA.cs b/Source/WulaFallenEmpire/JobDefOf_WULA.cs
index 253d8ae7..ed0e0d28 100644
--- a/Source/WulaFallenEmpire/JobDefOf_WULA.cs
+++ b/Source/WulaFallenEmpire/JobDefOf_WULA.cs
@@ -8,7 +8,6 @@ namespace WulaFallenEmpire
{
public static JobDef WULA_LoadComponentsToMaintenancePod;
public static JobDef WULA_EnterMaintenancePod;
- public static JobDef WULA_HaulToMaintenancePod;
static JobDefOf_WULA()
{