Skip to content

Commit

Permalink
Developer auto. Fixed bedroom cutscenes where Kelly appeared in the w…
Browse files Browse the repository at this point in the history
…rong location.
  • Loading branch information
qirien committed Jul 28, 2021
1 parent 59eef36 commit dcaff6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 3 additions & 1 deletion game/ending.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,20 @@ label mediocre_ending:
"He read, and I worked on some projects, and then it was time for bed."
scene bg bedroom with fade
$ is_nude = True
show her normal at midleft, squatting
show him nude normal at quarterright, squatting
show her normal at squatting
if (is_pregnant):
show baby girl at quarterleftbaby
show bedroom_covers
show night
with dissolve

him nude sleeping "Good night..."
her serious "[his_name]?"
him nude surprised "Hmmm?"
if (loved > 0):
her concerned "I'm so glad to be here, with you."
show her at center, squatting with move
show him nude normal at midright with move
"He scooted closer to me and stroked my hair."
him nude normal "I'm glad to be with you, [her_nickname]!"
Expand Down
1 change: 1 addition & 0 deletions game/events-monthly.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -3971,6 +3971,7 @@ label monthly_event_23:
show her concerned at midleft, squatting, behind bedroom_covers
with dissolve

him nude normal "Good night, [her_nickname]"
her concerned "Do you feel ready?\n...For the baby, I mean?"
him nude serious "Well, we made a little crib, and we have plenty of rags for diapers, and I thought you said you got some clothes from the storehouse..."
her sad "No, I mean, ready to be parents. Ready to be responsible for a little helpless person twenty-four hours a day..."
Expand Down
8 changes: 1 addition & 7 deletions game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@

init -1 python hide:

## Should we enable the use of developer tools? This should be
## set to False before the game is released, so the user can't
## cheat using developer tools.

config.developer = False

## These control the width and height of the screen.

config.screen_width = 1024
Expand All @@ -28,7 +22,7 @@ init -1 python hide:
# These control the name and version of the game, that are reported
# with tracebacks and other debugging logs.
config.name = "Our Personal Space"
config.version = "1.23"
config.version = "1.4"

config.window_icon = "GUI/window-icon.png"
config.windows_icon = "GUI/windows-icon.png"
Expand Down

0 comments on commit dcaff6b

Please sign in to comment.