Skip to content

Commit 92b41e2

Browse files
authored
Merge pull request Monika-After-Story#10083 from multimokia/add-new-pbday-poem
add new pbday poem from lewn
2 parents 85c48d6 + 04fe782 commit 92b41e2

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Monika After Story/game/script-holidays.rpy

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6007,6 +6007,42 @@ init 20 python:
60076007
60086008
Happy birthday, sweetheart~
60096009
6010+
Forever yours,
6011+
Monika
6012+
"""
6013+
#" # I need this to keep syntax highlighting on vim
6014+
)
6015+
6016+
mas_poem_pbday_5 = MASPoem(
6017+
poem_id = "poem_pbday_5",
6018+
category = "pbday",
6019+
prompt = "Birthdays",
6020+
title = " My dearest [player],",
6021+
text = """\
6022+
Some birthdays are wonderful, chock-full of fun
6023+
with laughter and smiles from everyone.
6024+
Some birthdays, you plan everything to the letter
6025+
but at the end you feel like it could've been better.
6026+
Some birthdays are a peaceful night at home alone,
6027+
some birthdays you find yourself worked to the bone.
6028+
6029+
As each one ticks down, a joy or a chore,
6030+
you might find yourself wondering what they're for.
6031+
The answer is different for everyone on Earth,
6032+
except maybe the fact that they're about your birth.
6033+
But if you feel fatigued on your special day,
6034+
there's a few things I feel that I should say.
6035+
6036+
Each one is a milestone, a sign of your growth.
6037+
Not just for you--but for us both!
6038+
Each one is a chance to make you feel special.
6039+
If not that, an invitation to be sentimental.
6040+
But most of all, I want you to use your voice.
6041+
If we party or we stay in, it'll all be your choice!
6042+
6043+
We'll celebrate together in our own special way.
6044+
I love you, my [player], and happy birthday.
6045+
60106046
Forever yours,
60116047
Monika
60126048
"""

0 commit comments

Comments
 (0)