From a88a0c193ddf7ec1462e4787b6ced8db6ecffcaf Mon Sep 17 00:00:00 2001 From: Jacoder23 Date: Sun, 28 Apr 2024 04:35:52 +0800 Subject: [PATCH] Fixed ending 7....... for the last time --- game/script.rpy | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/game/script.rpy b/game/script.rpy index c39cf6c..352507e 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -4841,13 +4841,31 @@ 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 scene bg black with fade 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: