-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Something you did upset me." topic #9997
base: content
Are you sure you want to change the base?
Conversation
Everyone makes mistakes, even Monika, and open communication is important in a relationship! The idea is to make it so that you can point out if Monika does something to upset you so that she'll become better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few things I'd suggest changing.
label monika_upset_apologize: | ||
$ mas_loseAffection() | ||
if mas_isMoniBroken(): | ||
m "...{w=1}Oh." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a space after ellipsis; besides, for consistency, it's better to use w=0.3
for pauses like that.
pause 1.0 | ||
m "Okay." | ||
return | ||
m 6rkc "...{w=1}Oh." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, needs a space and 0.3
pause.
if not mas_isMoniUpset(lower=True): | ||
m 1dkd "Thank you for telling me..." | ||
m 2fkd "I promise I won't say something like that again." | ||
m 2dkd "I'd never want to do something to hurt you, or make you uncomfortable, [player]." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe consider using mas_get_player_nickname(...)
instead?
m 1dssdld "Thank you for telling me..." | ||
m 1rud "I wish I could hear your arguments right now." | ||
m 7msd "But I guess all I can do is do a bit more research and thinking about what I've said recently." | ||
m 3eka "Please remember that you can press the 'X' key if you don't want me to bring something up again!" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd personally use something like 'you can always ask me not to bring up something' instead, I believe it would be less immersion-breaking.
) | ||
|
||
label monika_upset_apologize: | ||
$ mas_loseAffection() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe set the reason here?
else: | ||
m 5rkc ".{w=1}.{w=1}.{w=1}" | ||
pause 5.0 | ||
m 2gkc "I... {w=1}think I should give you some space..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here too, w=0.3
Resolved some of the issues mentioned here, though I do think Monika using your first name would probably be better, considering the situation. |
Might not be my place to say, but I wouldn't lose affection for someone because I upset them. That feels a bit self-centered. Maybe remove the lose affection bit? |
Everyone makes mistakes, even Monika, and open communication is important in a relationship! The idea is to make it so that you can point out if Monika does something to upset you so that she'll become better.