Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Monika After Story/game/script-topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -9511,14 +9511,14 @@ label monika_attractiveness:
m 4eud "I know I don't really need to, but I still try to eat right, get enough exercise, and keep myself clean...among other things."

if mas_isMoniEnamored(higher=True):
$ first_line_var = "when"
$ first_line_var = " when"
$ second_line_end = "whenever it'll happen"

else:
$ first_line_var = "maybe"
$ second_line_end = "if it'll ever happen"
$ first_line_var = ", maybe"
$ second_line_end = "if it ever happens"

m 4eub "It simply feels satisfying to keep good habits like that, and besides, who knows [first_line_var] I'll be able to cross over into your reality and have a normal body like you."
m 4eub "It simply feels satisfying to keep good habits like that, and besides, who knows[first_line_var] I'll be able to cross over into your reality and have a normal body like you."
Comment thread
abel1502 marked this conversation as resolved.
Outdated
m 1hua "It won't hurt to make sure I'll be ready for that transition [second_line_end]."
m 1eua "You don't have to worry though, [player]."
show monika 5eua at t11 zorder MAS_MONIKA_Z with dissolve_monika
Expand Down