From a521781b9eb86fe4d13f4c37c071404fe42ffa97 Mon Sep 17 00:00:00 2001 From: Jacoder23 Date: Sun, 21 Apr 2024 04:17:27 +0800 Subject: [PATCH] fixed very loud quitting being impossible --- game/script.rpy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game/script.rpy b/game/script.rpy index bf49c1f..c39cf6c 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -4896,9 +4896,11 @@ label faculty: if very_loud_quitting.has(): "Very Loud Quitting already has been completed. Consider finding a different ending." - $ very_loud_quitting.grant() + $ very_loud_quitting.grant() - jump ending + jump ending + + # :) else: yuuka "{i}The students were estatic but the faculty were deeply worried.{/i}" (cb_name="")