From d28fe15a5a9851c62707be88c403d2fd2bdad76e Mon Sep 17 00:00:00 2001 From: Jacoder23 Date: Mon, 15 Apr 2024 06:24:29 +0800 Subject: [PATCH] Update script.rpy --- game/script.rpy | 1 - 1 file changed, 1 deletion(-) diff --git a/game/script.rpy b/game/script.rpy index 5f3b09a..466ab2b 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -1918,7 +1918,6 @@ label start: else: "Day is currently set to [day]. This should be impossible. You've likely encountered a bug. Doing workaround..." $ day = 0 - jump $ raise Exception("Impossible day " + str(day) + " for location") return