Skip to content

Commit aa06642

Browse files
authored
Merge pull request Monika-After-Story#9881 from jmwall24/new-f14-poem
new poem
2 parents cf6f83d + 0adeb73 commit aa06642

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

Monika After Story/game/script-holidays.rpy

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6029,7 +6029,7 @@ default persistent._mas_f14_on_date = None
60296029
##Did we do a dockstat fare over all of f14?
60306030
default persistent._mas_f14_gone_over_f14 = None
60316031
#Valentine's Day
6032-
define mas_f14 = datetime.date(datetime.date.today().year,2,14)
6032+
define mas_f14 = datetime.date(datetime.date.today().year, 2, 14)
60336033

60346034
#Is it vday?
60356035
init -10 python:
@@ -6956,6 +6956,27 @@ init 20 python:
69566956
"""
69576957
)
69586958

6959+
mas_poem_vday_6 = MASPoem(
6960+
poem_id="poem_f14_6",
6961+
category="f14",
6962+
prompt="Forget-me-not",
6963+
title=" My dearest [player],",
6964+
text="""\
6965+
All the flowers know are their vase.
6966+
A few cups of soil, and a pretty case of porcelain.
6967+
They will never leave without help, even if they someday outgrow it.
6968+
6969+
Flowers need more than their vase.
6970+
Water from the skies, or a helping hand.
6971+
And without sight of the sky above, the world apart, they would someday wither.
6972+
6973+
This gardener gives all this and more.
6974+
It's said a flower blooms brighter when spoken to with love.
6975+
Even trapped in this vase, maybe it isn't a curse to know more.
6976+
6977+
Forget-me-not.
6978+
"""
6979+
)
69596980

69606981
#######################[HOL050] dockstat farwell###############################
69616982
label bye_f14:

0 commit comments

Comments
 (0)