Replace return calls in ending chapters

This commit is contained in:
Iggy 2024-08-08 22:31:18 -03:00
parent 1345686055
commit c68090bf58
18 changed files with 21 additions and 18 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1442,4 +1442,5 @@ label chapter_14A:
pause 5
$ renpy.music.set_volume(1, 0, 'ambient')
return
$ next_ending_chapter()

View file

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

View file

@ -1014,4 +1014,5 @@ label chapter_14C:
pause 1.0
stop music
$ renpy.music.set_volume(1, 0, 'music')
return
$ next_ending_chapter()

View file

@ -898,4 +898,5 @@ label chapter_14D:
pause 16
scene black with Dissolve(1.0)
pause 1
return
$ next_ending_chapter()