修脑虫没序列化存档丢人

This commit is contained in:
2025-09-17 18:35:28 +08:00
parent fe6f2ad563
commit c3a2f33f26
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -21,7 +21,7 @@ namespace ArachnaeSwarm
public override void PostExposeData()
{
base.PostExposeData();
Scribe_Deep.Look(ref storedPawn, "storedPawn", false);
Scribe_Deep.Look(ref storedPawn, "storedPawn");
}
public override IEnumerable<Gizmo> CompGetGizmosExtra()