fixed very loud quitting being impossible
This commit is contained in:
parent
9312f7cfc0
commit
a521781b9e
|
@ -4896,9 +4896,11 @@ label faculty:
|
||||||
if very_loud_quitting.has():
|
if very_loud_quitting.has():
|
||||||
"Very Loud Quitting already has been completed. Consider finding a different ending."
|
"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:
|
else:
|
||||||
yuuka "{i}The students were estatic but the faculty were deeply worried.{/i}" (cb_name="")
|
yuuka "{i}The students were estatic but the faculty were deeply worried.{/i}" (cb_name="")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue