diff --git a/SCHIZO/Items/PDAJournal.cs b/SCHIZO/Items/PDAJournal.cs index 0ce67edf..03e2baf4 100644 --- a/SCHIZO/Items/PDAJournal.cs +++ b/SCHIZO/Items/PDAJournal.cs @@ -56,9 +56,9 @@ private PDAJournalPrefab(PDAJournal journal) DestroyOnStoryGoal preventDupes = prefab.EnsureComponent(); preventDupes.storyGoalSN = preventDupes.storyGoalBZ = journal.key; - +#if BELOWZERO DestroyInCreativeMode storyOnly = prefab.EnsureComponent(); - +#endif prefab.SetActive(false); } });