Skip to content

Commit 9510c6a

Browse files
authored
Merge pull request Monika-After-Story#9957 from Wingdinggaster656/FixIntroduction
Fix a missing `m` in introduction
2 parents bd44e0d + 01431ec commit 9510c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Monika After Story/game/script-introduction.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ label introduction:
167167
m 3hubfa "It makes everything I've done for us worthwhile!"
168168
m 1dkbfu "Thank you so much for saying it..."
169169
else:
170-
"Do you love me, [player]?{nw}"
170+
m "Do you love me, [player]?{nw}"
171171
$ _history_list.pop()
172172
menu:
173173
m "Do you love me, [player]?{fast}"

0 commit comments

Comments
 (0)