修event袭击

This commit is contained in:
2025-07-31 15:43:18 +08:00
parent cf292541b3
commit f17760ced8
9 changed files with 46 additions and 38 deletions

View File

@@ -62,7 +62,10 @@ namespace WulaFallenEmpire
// Scribe_Values.Look(ref letterTitle, "letterTitle"); // Now uses base.title
// Scribe_Values.Look(ref letterText, "letterText"); // Now uses base.text
Scribe_Collections.Look(ref options, "options", LookMode.Deep);
Scribe_References.Look(ref quest, "quest");
if (Scribe.mode != LoadSaveMode.Saving || quest != null)
{
Scribe_References.Look(ref quest, "quest");
}
}
}
}