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