diff --git a/game/script/11A.fang-desperately-wants-to-win-prom-night.rpy b/game/script/11A.fang-desperately-wants-to-win-prom-night.rpy index 3b038d8..a71f117 100644 --- a/game/script/11A.fang-desperately-wants-to-win-prom-night.rpy +++ b/game/script/11A.fang-desperately-wants-to-win-prom-night.rpy @@ -158,4 +158,4 @@ label chapter_11A: window auto pause .5 - $ next_ending_chapter() \ No newline at end of file + $ next_story_chapter() \ No newline at end of file diff --git a/game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy b/game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy index 897c1e1..f701a78 100644 --- a/game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy +++ b/game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy @@ -173,4 +173,4 @@ label chapter_11B: window auto pause 1 - $ next_ending_chapter() \ No newline at end of file + $ next_story_chapter() \ No newline at end of file diff --git a/game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy b/game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy index f4730a3..3cb63f0 100644 --- a/game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy +++ b/game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy @@ -302,4 +302,4 @@ label chapter_11C: "{cps=*.1}...{/cps}" pause .5 - $ next_ending_chapter() \ No newline at end of file + $ next_story_chapter() \ No newline at end of file diff --git a/game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy b/game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy index bc58908..ec1a1c7 100644 --- a/game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy +++ b/game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy @@ -392,4 +392,4 @@ label chapter_11D: "{cps=*.1}...{/cps}" pause .5 - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/12.5C.prom-night-intro.rpy b/game/script/12.5C.prom-night-intro.rpy index 7bfe9a9..0fd96b8 100644 --- a/game/script/12.5C.prom-night-intro.rpy +++ b/game/script/12.5C.prom-night-intro.rpy @@ -445,4 +445,4 @@ label chapter_12_5C: window hide window auto - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/12.5D.prom-night-intro.rpy b/game/script/12.5D.prom-night-intro.rpy index 2105f36..3783289 100644 --- a/game/script/12.5D.prom-night-intro.rpy +++ b/game/script/12.5D.prom-night-intro.rpy @@ -443,4 +443,4 @@ label chapter_12_5D: F "Oh, Anon, you’re already here!" - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/12A.music-museum-date.rpy b/game/script/12A.music-museum-date.rpy index 6229286..72c1587 100644 --- a/game/script/12A.music-museum-date.rpy +++ b/game/script/12A.music-museum-date.rpy @@ -1034,4 +1034,4 @@ label chapter_12A: window hide window auto - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/12B.band-fang-likes-concert.rpy b/game/script/12B.band-fang-likes-concert.rpy index e6d547f..cfbb6b1 100644 --- a/game/script/12B.band-fang-likes-concert.rpy +++ b/game/script/12B.band-fang-likes-concert.rpy @@ -591,4 +591,4 @@ label chapter_12B: window auto pause 1 - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/12C.anon-fang-lovey-dovey.rpy b/game/script/12C.anon-fang-lovey-dovey.rpy index ff31a67..7d7f994 100644 --- a/game/script/12C.anon-fang-lovey-dovey.rpy +++ b/game/script/12C.anon-fang-lovey-dovey.rpy @@ -901,4 +901,4 @@ label chapter_12C: window auto pause 1 - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/12D.aquarium.rpy b/game/script/12D.aquarium.rpy index 54907e6..94fe2b9 100644 --- a/game/script/12D.aquarium.rpy +++ b/game/script/12D.aquarium.rpy @@ -781,4 +781,4 @@ label chapter_12D: "{cps=*0.1}...{/cps}" - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/13A.fang-loses-it-after-losing-prom-queen.rpy b/game/script/13A.fang-loses-it-after-losing-prom-queen.rpy index 24123a3..50d96ab 100644 --- a/game/script/13A.fang-loses-it-after-losing-prom-queen.rpy +++ b/game/script/13A.fang-loses-it-after-losing-prom-queen.rpy @@ -1797,4 +1797,4 @@ label chapter_13A: window auto pause 1 - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/13B.fang-breaks-up-with-anon.rpy b/game/script/13B.fang-breaks-up-with-anon.rpy index b084ea4..17f7bcf 100644 --- a/game/script/13B.fang-breaks-up-with-anon.rpy +++ b/game/script/13B.fang-breaks-up-with-anon.rpy @@ -1048,4 +1048,4 @@ label chapter_13B: window auto pause 1 - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/13C.fang-and-anon-go-to-beach-and-prom.rpy b/game/script/13C.fang-and-anon-go-to-beach-and-prom.rpy index b51c233..4b1afd6 100644 --- a/game/script/13C.fang-and-anon-go-to-beach-and-prom.rpy +++ b/game/script/13C.fang-and-anon-go-to-beach-and-prom.rpy @@ -4604,4 +4604,4 @@ label chapter_13C: #end of new stuff - $ next_ending_chapter() \ No newline at end of file + $ next_story_chapter() \ No newline at end of file diff --git a/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy b/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy index c70627c..f4349e6 100644 --- a/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy +++ b/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy @@ -4053,4 +4053,4 @@ label chapter_13D: "{cps=*.1}...{/cps}" pause 0.5 - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/14A.KO_OP-ending.rpy b/game/script/14A.KO_OP-ending.rpy index 5b9e2d5..d39362f 100644 --- a/game/script/14A.KO_OP-ending.rpy +++ b/game/script/14A.KO_OP-ending.rpy @@ -1443,4 +1443,4 @@ label chapter_14A: $ renpy.music.set_volume(1, 0, 'ambient') - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/14B.bad-ending.rpy b/game/script/14B.bad-ending.rpy index e3a1be0..d292f69 100644 --- a/game/script/14B.bad-ending.rpy +++ b/game/script/14B.bad-ending.rpy @@ -350,4 +350,4 @@ label chapter_14B: scene black with Dissolve(3) pause 2 - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/14C.good-ending.rpy b/game/script/14C.good-ending.rpy index 275af6d..fc4469d 100644 --- a/game/script/14C.good-ending.rpy +++ b/game/script/14C.good-ending.rpy @@ -1015,4 +1015,4 @@ label chapter_14C: stop music $ renpy.music.set_volume(1, 0, 'music') - $ next_ending_chapter() + $ next_story_chapter() diff --git a/game/script/14D.gold-ending.rpy b/game/script/14D.gold-ending.rpy index 0da03f0..54b0127 100644 --- a/game/script/14D.gold-ending.rpy +++ b/game/script/14D.gold-ending.rpy @@ -899,4 +899,4 @@ label chapter_14D: scene black with Dissolve(1.0) pause 1 - $ next_ending_chapter() + $ next_story_chapter()