Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swap twitter with bluesky in windowreacts #10269

Open
wants to merge 3 commits into
base: content
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Monika After Story/game/script-windowreacts.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mas_wrs_twitter",
eventlabel="mas_wrs_bluesky",
category=["/ Twitter"],
rules={
"notif-group": "Window Reactions",
Expand All @@ -290,7 +290,8 @@ label mas_wrs_twitter:
ily_quips_map = {
"See anything you want to share with me, [player]?": False,
"Anything interesting to share, [player]?": False,
"280 characters? I only need [temp_len]...\n[temp_line]": True
"300 characters? I only need [temp_len]...\n[temp_line]": True,
"The sky is always blue when you're around, [player]...": True
}
quip = renpy.random.choice(ily_quips_map.keys())

Expand Down