mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Replace return calls in ending chapters
This commit is contained in:
parent
1345686055
commit
c68090bf58
18 changed files with 21 additions and 18 deletions
|
@ -158,4 +158,4 @@ label chapter_11A:
|
|||
window auto
|
||||
pause .5
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
|
@ -173,4 +173,4 @@ label chapter_11B:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
|
@ -302,4 +302,4 @@ label chapter_11C:
|
|||
"{cps=*.1}...{/cps}"
|
||||
pause .5
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
|
@ -392,4 +392,4 @@ label chapter_11D:
|
|||
"{cps=*.1}...{/cps}"
|
||||
pause .5
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -445,4 +445,4 @@ label chapter_12_5C:
|
|||
window hide
|
||||
window auto
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -443,4 +443,4 @@ label chapter_12_5D:
|
|||
|
||||
F "Oh, Anon, you’re already here!"
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -1034,4 +1034,4 @@ label chapter_12A:
|
|||
window hide
|
||||
window auto
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -591,4 +591,4 @@ label chapter_12B:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -901,4 +901,4 @@ label chapter_12C:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -781,4 +781,4 @@ label chapter_12D:
|
|||
|
||||
"{cps=*0.1}...{/cps}"
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -1797,4 +1797,4 @@ label chapter_13A:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -1048,4 +1048,4 @@ label chapter_13B:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -4604,4 +4604,4 @@ label chapter_13C:
|
|||
|
||||
#end of new stuff
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
|
@ -4053,4 +4053,4 @@ label chapter_13D:
|
|||
"{cps=*.1}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -1442,4 +1442,5 @@ label chapter_14A:
|
|||
pause 5
|
||||
|
||||
$ renpy.music.set_volume(1, 0, 'ambient')
|
||||
return
|
||||
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -350,4 +350,4 @@ label chapter_14B:
|
|||
scene black with Dissolve(3)
|
||||
pause 2
|
||||
|
||||
return
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -1014,4 +1014,5 @@ label chapter_14C:
|
|||
pause 1.0
|
||||
stop music
|
||||
$ renpy.music.set_volume(1, 0, 'music')
|
||||
return
|
||||
|
||||
$ next_ending_chapter()
|
||||
|
|
|
@ -898,4 +898,5 @@ label chapter_14D:
|
|||
pause 16
|
||||
scene black with Dissolve(1.0)
|
||||
pause 1
|
||||
return
|
||||
|
||||
$ next_ending_chapter()
|
||||
|
|
Loading…
Reference in a new issue