Modify ending chapters to use the next_story_chapter function

This commit is contained in:
Iggy 2024-08-18 21:08:07 -03:00
parent ba0024f251
commit 7084451986
18 changed files with 18 additions and 18 deletions

View file

@ -158,4 +158,4 @@ label chapter_11A:
window auto
pause .5
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -173,4 +173,4 @@ label chapter_11B:
window auto
pause 1
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -302,4 +302,4 @@ label chapter_11C:
"{cps=*.1}...{/cps}"
pause .5
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -392,4 +392,4 @@ label chapter_11D:
"{cps=*.1}...{/cps}"
pause .5
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -445,4 +445,4 @@ label chapter_12_5C:
window hide
window auto
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -443,4 +443,4 @@ label chapter_12_5D:
F "Oh, Anon, youre already here!"
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -1034,4 +1034,4 @@ label chapter_12A:
window hide
window auto
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -591,4 +591,4 @@ label chapter_12B:
window auto
pause 1
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -901,4 +901,4 @@ label chapter_12C:
window auto
pause 1
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -781,4 +781,4 @@ label chapter_12D:
"{cps=*0.1}...{/cps}"
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -1797,4 +1797,4 @@ label chapter_13A:
window auto
pause 1
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -1048,4 +1048,4 @@ label chapter_13B:
window auto
pause 1
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -4604,4 +4604,4 @@ label chapter_13C:
#end of new stuff
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -4053,4 +4053,4 @@ label chapter_13D:
"{cps=*.1}...{/cps}"
pause 0.5
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -1443,4 +1443,4 @@ label chapter_14A:
$ renpy.music.set_volume(1, 0, 'ambient')
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -350,4 +350,4 @@ label chapter_14B:
scene black with Dissolve(3)
pause 2
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -1015,4 +1015,4 @@ label chapter_14C:
stop music
$ renpy.music.set_volume(1, 0, 'music')
$ next_ending_chapter()
$ next_story_chapter()

View file

@ -899,4 +899,4 @@ label chapter_14D:
scene black with Dissolve(1.0)
pause 1
$ next_ending_chapter()
$ next_story_chapter()