Skip to content

Commit

Permalink
Merge pull request #9881 from jmwall24/new-f14-poem
Browse files Browse the repository at this point in the history
new poem
  • Loading branch information
jmwall24 authored Feb 12, 2023
2 parents cf6f83d + 0adeb73 commit aa06642
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion Monika After Story/game/script-holidays.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -6029,7 +6029,7 @@ default persistent._mas_f14_on_date = None
##Did we do a dockstat fare over all of f14?
default persistent._mas_f14_gone_over_f14 = None
#Valentine's Day
define mas_f14 = datetime.date(datetime.date.today().year,2,14)
define mas_f14 = datetime.date(datetime.date.today().year, 2, 14)

#Is it vday?
init -10 python:
Expand Down Expand Up @@ -6956,6 +6956,27 @@ init 20 python:
"""
)

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

#######################[HOL050] dockstat farwell###############################
label bye_f14:
Expand Down

0 comments on commit aa06642

Please sign in to comment.