Skip to content
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

Fixed text display when gifting Just Monika thermos #8992

Merged
merged 5 commits into from
May 21, 2022
Merged
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
Prev Previous commit
Next Next commit
Fixed a small text display issue in gifting the Just Monika thermos.
WishStone-Dragon committed Mar 24, 2022

Verified

This commit was signed with the committer’s verified signature.
addaleax Anna Henningsen
commit 2f67b02dd565858808abd152b915d4fa17b90341
2 changes: 1 addition & 1 deletion Monika After Story/game/zz_reactions.rpy
Original file line number Diff line number Diff line change
@@ -1442,7 +1442,7 @@ label mas_thermos_mug_handler(thermos_acs, disp_name, giftname, ignore_case=True
m 1hub "Thanks so much, [player], I can't wait to use it!"

else:
m 1wud "Oh!{w=0.3} [mas_a_an_str(disp_name, ignore_case).capitalize()] thermos!"
m 1wud "Oh!{w=0.3} [mas_a_an_str(disp_name, ignore_case).title()] thermos!"
m 1hua "Now I can bring something to drink when we go out together~"
m 1hub "Thanks so much, [player]!"
$ persistent._mas_given_thermos_before = True