Skip to content

Commit

Permalink
Merge pull request #36 from Friends-of-Monika/dev
Browse files Browse the repository at this point in the history
Release v2.0.3
  • Loading branch information
dreamscached authored Nov 14, 2023
2 parents 38639bc + f5313bb commit 4f7245d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod/header.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ init -990 python in mas_submod_utils:
name="Self Harm Awareness Submod",
description="Awareness about self-harm and support to self-harmers, with different "
"techniques, milestones, checkups and new dialogue and spritepacks.",
version="2.0.2"
version="2.0.3"
)

init -989 python:
Expand Down
6 changes: 6 additions & 0 deletions mod/sober_streak_api.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,12 @@ init 4 python in mshMod_sober_streak:
# Set QUEUE action to this event so that it is always queued, regardless of random chatter.
# Only do it if it wasn't seen or wasn't last seen today.
ev.action = store.EV_ACT_QUEUE

else:
# If we've seen the event already, we should reset the dates
# so it doesn't cause looping every minute, just to be safe
ev.start_date, ev.end_date = None, None

else:
for label, data in _milestoneEvents[0].items():
ev = data[0]
Expand Down
2 changes: 1 addition & 1 deletion mod/techniques.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ label mshMod_technique_hugs:
m 1etb "Then say the same words to yourself. {w=0.3}{nw}"
extend 7etb "I bet that's what they would tell you!"
m 2etbsu "Maybe you can even think of me? Ahaha~ {w=0.3}{nw}"
extend 2mssdru "Sorry to be pretentious, [player.]"
extend 2mssdru "Sorry to be pretentious, [player]."
m 6fsbfb "I love you so much!"
return "love"

Expand Down
2 changes: 1 addition & 1 deletion mod/topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ label mshMod_topic_butterfly_project:
m 3eub "Hey [player], do you know what The Butterfly Project is?"
m 1eub "It's a movement to help people that struggle with self-harm."
m 3eud "It's really interesting! Drawing on yourself is already a good way to deal with self-harming, but this project approaches it differently."
m 2eua "There are about 5 steps, so I'll list them all now."
m 2eua "There are about four steps, so I'll list them all now."
m 3euc "First, when you feel like hurting yourself, draw a butterfly on or around the spot where you might hurt yourself."
m 2eua "This butterfly can be any size, color, or pattern. It might help if you make it your favorite color!"
m 3eud "Second, a lot of people name the butterfly after a loved one. Friends, family, their beloved one. This helps them avoid hurting themself and their butterfly."
Expand Down

0 comments on commit 4f7245d

Please sign in to comment.