Skip to content

Commit

Permalink
Merge pull request #8992 from WishStone-Dragon/master
Browse files Browse the repository at this point in the history
Fixed text display when gifting Just Monika thermos
  • Loading branch information
ThePotatoGuy authored May 21, 2022
2 parents 3b42d13 + 34b9db2 commit f178d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monika After Story/game/zz_reactions.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -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} It's [mas_a_an_str(disp_name, ignore_case)] 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
Expand Down

0 comments on commit f178d7e

Please sign in to comment.