Skip to content

Commit

Permalink
Fixed bug where bonus scenes would not load if you tried them first t…
Browse files Browse the repository at this point in the history
…hing
  • Loading branch information
qirien committed Aug 10, 2021
1 parent 5bc66df commit be7ea52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game/omake.rpy
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Omake, unlocked after beating the game
# What really happened to Dr. Lily?
label jellysquid_logs:
$ bios = Bios()
$ year = 30
scene lab with fade
show kid normal at center
Expand Down Expand Up @@ -50,6 +51,7 @@ label jellysquid_logs:

# No longer used as an ending, but unlocked as a BONUS after beating the game.
label ending_extra:
$ bios = Bios()
if (mp.jack_name):
$ his_name = mp.jack_name
else:
Expand Down
Binary file modified game/omake.rpyc
Binary file not shown.

0 comments on commit be7ea52

Please sign in to comment.