Removed retarded file system

This commit is contained in:
GManon 2022-12-31 02:15:01 -03:00
parent e02ef687f6
commit 924c49cb6b
1 changed files with 4 additions and 4 deletions

View File

@ -734,7 +734,7 @@ A "With me."
if score == 0: #The Bad Ending
$ file = open("Bad", "w+")
$ persistent.b_end = True
"She pauses a moment, I can see the gears turning in her head."
@ -850,7 +850,7 @@ if score == 0: #The Bad Ending
jump playAgain
if score == 1 or score == 2: #The Neutral Ending
$ file_object = open("Neutral", "w+")
$ persistent.n_end = True
"She pauses in the middle of packing her bag."
scene n1 with dissolve
@ -988,7 +988,7 @@ if score == 1 or score == 2: #The Neutral Ending
if score == 3: #The Good Ending
stop music fadeout 2.0
play music "audio/love_theme_simple.ogg" volume 0.05 loop
$ file_object = open("Good", "w+")
$ persistent.g_end = True
scene g1 with dissolve
@ -1111,7 +1111,7 @@ if score == 3: #The Good Ending
pause 3
scene black with fade
if os.path.isfile('Bad') and os.path.isfile('Neutral') and os.path.isfile('Good'): #The Secret Ending
if persistent.b_end and persistent.n_end and persistent.g_end: #The Secret Ending
"We spent the rest of that evening together in that lecture hall."