Fix BodyPartRecord scribing in CompHediffGiver

This commit is contained in:
2026-02-22 22:04:41 +08:00
parent 782a7b43b8
commit a919519e47
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -274,7 +274,7 @@ namespace ArachnaeSwarm
// 新增序列化已应用的hediff部位记录
Scribe_Collections.Look(ref appliedHediffParts, "appliedHediffParts",
LookMode.Def, LookMode.Deep);
LookMode.Def, LookMode.BodyPart);
}
// 调试方法用于手动触发hediff添加仅开发模式