Fix BodyPartRecord scribing in CompHediffGiver
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -274,7 +274,7 @@ namespace ArachnaeSwarm
|
||||
|
||||
// 新增:序列化已应用的hediff部位记录
|
||||
Scribe_Collections.Look(ref appliedHediffParts, "appliedHediffParts",
|
||||
LookMode.Def, LookMode.Deep);
|
||||
LookMode.Def, LookMode.BodyPart);
|
||||
}
|
||||
|
||||
// 调试方法,用于手动触发hediff添加(仅开发模式)
|
||||
|
||||
Reference in New Issue
Block a user