Update script.rpy
This commit is contained in:
parent
bc0041c987
commit
d28fe15a5a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue