This commit is contained in:
2026-02-25 17:30:59 +08:00
parent 0509f26c3c
commit fff40b0edb
70 changed files with 3951 additions and 1219 deletions

View File

@@ -244,7 +244,7 @@ namespace WulaFallenEmpire
}
else
{
Log.Warning($"[DD] Failed to create sustainer for {Props.movementSound.defName}");
Log.Warning($"[WULA] Failed to create sustainer for {Props.movementSound.defName}");
isPlaying = false;
}
}

View File

@@ -59,7 +59,7 @@ namespace WulaFallenEmpire
// 如果需要驾驶员,检查是否配置了驾驶员容器
if (requirePilot && parentDef.GetCompProperties<CompProperties_MechPilotHolder>() == null)
{
Log.Warning($"[DD] requirePilot is true but no CompProperties_MechPilotHolder found for {parentDef.defName}");
Log.Warning($"[WULA] requirePilot is true but no CompProperties_MechPilotHolder found for {parentDef.defName}");
}
}
}