Skip to content

Commit

Permalink
fix sn bleh
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed May 2, 2024
1 parent 6122fc8 commit 6477b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCHIZO/Items/PDAJournal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ private PDAJournalPrefab(PDAJournal journal)

DestroyOnStoryGoal preventDupes = prefab.EnsureComponent<DestroyOnStoryGoal>();
preventDupes.storyGoalSN = preventDupes.storyGoalBZ = journal.key;

#if BELOWZERO
DestroyInCreativeMode storyOnly = prefab.EnsureComponent<DestroyInCreativeMode>();

#endif
prefab.SetActive(false);
}
});
Expand Down

0 comments on commit 6477b89

Please sign in to comment.