diff --git a/game/storyline.rpy b/game/storyline.rpy index 9bb33ce..5e5db3d 100644 --- a/game/storyline.rpy +++ b/game/storyline.rpy @@ -1,6 +1,3 @@ -default persistent.old_endings = None -default persistent.endings = None - # Store the general chapters inside an array for easy manipulation define general_chapters = [ "chapter_1", "chapter_2", "chapter_3", "chapter_4", "chapter_5",