Fixed ending 7....... for the last time
This commit is contained in:
parent
a521781b9e
commit
a88a0c193d
|
@ -4841,7 +4841,7 @@ label faculty:
|
|||
if revolution > 0:
|
||||
$ exam_cancelled = True
|
||||
|
||||
if time_traveling:
|
||||
if time_traveling and time_to_go:
|
||||
stop music fadeout 2.0
|
||||
stop sound fadeout 2.0
|
||||
|
||||
|
@ -4849,6 +4849,24 @@ label faculty:
|
|||
|
||||
yuuka "I went back in time to the scheduled day of exam to see the fruits of my labor."
|
||||
|
||||
yuuka "And there it was. The exams were cancelled."
|
||||
|
||||
yuuka "{i}The students were estatic but the faculty were deeply worried.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Worry no longer, for you now know the truth of how and why.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Though it can never free you, at least you know.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}I ask not for sympathy. Just an understanding.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Now there's only one last place for us, all of us, to go.{/i}" (cb_name="")
|
||||
|
||||
$ day = 4
|
||||
|
||||
$ finale_ready = True
|
||||
|
||||
jump hallway
|
||||
|
||||
if exam_cancelled:
|
||||
if time_traveling:
|
||||
yuuka "And there it was. The exams were cancelled."
|
||||
|
|
Loading…
Reference in New Issue