mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Modify ending chapters to use the next_story_chapter function
This commit is contained in:
parent
ba0024f251
commit
7084451986
18 changed files with 18 additions and 18 deletions
|
@ -158,4 +158,4 @@ label chapter_11A:
|
|||
window auto
|
||||
pause .5
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
|
@ -173,4 +173,4 @@ label chapter_11B:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
|
@ -302,4 +302,4 @@ label chapter_11C:
|
|||
"{cps=*.1}...{/cps}"
|
||||
pause .5
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
|
@ -392,4 +392,4 @@ label chapter_11D:
|
|||
"{cps=*.1}...{/cps}"
|
||||
pause .5
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -445,4 +445,4 @@ label chapter_12_5C:
|
|||
window hide
|
||||
window auto
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -443,4 +443,4 @@ label chapter_12_5D:
|
|||
|
||||
F "Oh, Anon, you’re already here!"
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -1034,4 +1034,4 @@ label chapter_12A:
|
|||
window hide
|
||||
window auto
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -591,4 +591,4 @@ label chapter_12B:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -901,4 +901,4 @@ label chapter_12C:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -781,4 +781,4 @@ label chapter_12D:
|
|||
|
||||
"{cps=*0.1}...{/cps}"
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -1797,4 +1797,4 @@ label chapter_13A:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -1048,4 +1048,4 @@ label chapter_13B:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -4604,4 +4604,4 @@ label chapter_13C:
|
|||
|
||||
#end of new stuff
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
|
@ -4053,4 +4053,4 @@ label chapter_13D:
|
|||
"{cps=*.1}...{/cps}"
|
||||
pause 0.5
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -1443,4 +1443,4 @@ label chapter_14A:
|
|||
|
||||
$ renpy.music.set_volume(1, 0, 'ambient')
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -350,4 +350,4 @@ label chapter_14B:
|
|||
scene black with Dissolve(3)
|
||||
pause 2
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -1015,4 +1015,4 @@ label chapter_14C:
|
|||
stop music
|
||||
$ renpy.music.set_volume(1, 0, 'music')
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
|
@ -899,4 +899,4 @@ label chapter_14D:
|
|||
scene black with Dissolve(1.0)
|
||||
pause 1
|
||||
|
||||
$ next_ending_chapter()
|
||||
$ next_story_chapter()
|
||||
|
|
Loading…
Reference in a new issue