Update script.rpy

This commit is contained in:
Jacoder23 2024-04-15 06:24:29 +08:00
parent bc0041c987
commit d28fe15a5a
1 changed files with 0 additions and 1 deletions

View File

@ -1918,7 +1918,6 @@ label start:
else: else:
"Day is currently set to [day]. This should be impossible. You've likely encountered a bug. Doing workaround..." "Day is currently set to [day]. This should be impossible. You've likely encountered a bug. Doing workaround..."
$ day = 0 $ day = 0
jump
$ raise Exception("Impossible day " + str(day) + " for location") $ raise Exception("Impossible day " + str(day) + " for location")
return return