From b8b88f0cfd6ddeb0b20d390fe5b5b50c1b8a782b Mon Sep 17 00:00:00 2001 From: multimokia Date: Tue, 11 Jan 2022 10:16:48 -0500 Subject: [PATCH 1/7] wow that's a lot of fpyos oof --- Monika After Story/game/script-topics.rpy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Monika After Story/game/script-topics.rpy b/Monika After Story/game/script-topics.rpy index b76d4b434d..764e7a0c42 100644 --- a/Monika After Story/game/script-topics.rpy +++ b/Monika After Story/game/script-topics.rpy @@ -17649,7 +17649,7 @@ label monika_tragic_hero: m 4eud "...Of course by 'hero' here, we're talking about the protagonist in a literary sense, not 'hero' in the typical sense." m 2ekd "...Although I'm sure there are plenty of people who would take issue with that, seeing as to many, I'm the antagonist..." m 2eka "But that argument aside, some would say my love for you would be my tragic flaw..." - m 4eksdld "Not because it's a flaw itself, but because it lead to my downfall." + m 4eksdld "Not because it's a flaw itself, but because it led to my downfall." m 2dkc "That's the thing, if you never brought me back, I would've had my downfall and never really got back up." m 7ekc "So in that sense, in the game, I guess I could be considered a tragic hero." if mas_isMoniNormal(higher=True): @@ -17719,7 +17719,7 @@ init 5 python: Event( persistent.event_database, eventlabel="monika_hedonism", - category=['philsophy'], + category=['philosophy'], prompt="Hedonism", ) ) @@ -17730,12 +17730,12 @@ label monika_hedonism: m 2eub "I suggest you read it, but even if you haven't, I want to talk about the philosophy behind its core...{w=0.3}the belief of hedonism." m 2eud "Hedonism is the belief that morals should be based around pleasure." m 4euc "There are two main types of hedonism...{w=0.3}altruistic hedonism and egotistical hedonism, {w=0.1}which are wildly different." - m 4ruc "Egotistical hedonism, as you could guess, is the believe that one's own pleasure is the only thing that determines morality." + m 4ruc "Egotistical hedonism, as you could guess, is the belief that one's own pleasure is the only thing that determines morality." m 2esd "This is the type of hedonism that Henry, from {i}The Picture of Dorian Gray{/i}, believes in." m 2rksdlc "It's really ruthless to think such a way..." m 2eud "On the other hand, altruistic hedonism is the belief that morality should be based on everyone's pleasure." m 4eud "It sounds like a good idea at first, but then you realize it doesn't account for anything else like freedom, health, safety..." - m 2dkc "Hedonism, at it's core, ignores everything but pleasure." - m 7etd "It's no wonder most people don't have that belief...{w=0.3}it's too simple, where morality is complicated." + m 2dkc "Hedonism, at its core, ignores everything but pleasure." + m 7etd "It's no wonder most people don't follow that belief...{w=0.3}it's too simple, where morality is complicated." m 1eud "So it makes sense why Oscar Wilde portrayed hedonism in a bad light." return From 1cf6fd3bc34b911b8e1498cc2a638faacc07721f Mon Sep 17 00:00:00 2001 From: multimokia Date: Sat, 15 Jan 2022 13:29:11 -0500 Subject: [PATCH 2/7] minor tonality issue --- Monika After Story/game/script-topics.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monika After Story/game/script-topics.rpy b/Monika After Story/game/script-topics.rpy index 764e7a0c42..f1f350c71c 100644 --- a/Monika After Story/game/script-topics.rpy +++ b/Monika After Story/game/script-topics.rpy @@ -17692,7 +17692,7 @@ label monika_utterson: "No.": $ persistent._mas_pm_read_jekyll_hyde = False - m 3eub "Ok [player], well let me know if you ever do and then we can discuss it!" + m 3eub "Okay [player]...{w=0.3}let me know if you ever do and we can discuss it!" $ mas_protectedShowEVL("monika_hedonism","EVE", _random=True) return "derandom" From b126d788eac442b0ad2d9f184a308c897b477c1c Mon Sep 17 00:00:00 2001 From: Totally a booplicate <53382877+Booplicate@users.noreply.github.com> Date: Wed, 2 Feb 2022 22:36:09 +0300 Subject: [PATCH 3/7] more Jekyll and Hyde fpyos --- Monika After Story/game/script-topics.rpy | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Monika After Story/game/script-topics.rpy b/Monika After Story/game/script-topics.rpy index f1f350c71c..610bc402ba 100644 --- a/Monika After Story/game/script-topics.rpy +++ b/Monika After Story/game/script-topics.rpy @@ -17679,12 +17679,13 @@ label monika_utterson: m 1euc "Hey [player], have you read any gothic literature?" m 3eud "Like, {i}The Picture of Dorian Gray{/i}, {i}Dracula{/i}, {i}Frankenstein{/i}..." m 3hub "I've read quite a bit of gothic literary books lately!" - m 1eua "You should try the original novella {i}Strange Case of Dr Jekyll and Mr Hyde{/i} if you ever get the chance." + m 1eua "You should try the original novella {i}Strange Case of Dr. Jekyll and Mr. Hyde{/i} if you ever get the chance." m 3eua "I'd like to discuss a bit of it, but it really only makes sense if you've read it..." - m 3eud "So have you read {i}Strange Case of Dr Jekyll and Mr Hyde{/i}?{nw}" + m 3eud "So have you read {i}Strange Case of Dr. Jekyll and Mr. Hyde{/i}?{nw}" + $ _history_list.pop() menu: - m "So have you read {i}Strange Case of Dr Jekyll and Mr Hyde{/i}?{fast}" + m "So have you read {i}Strange Case of Dr. Jekyll and Mr. Hyde{/i}?{fast}" "Yes.": $ persistent._mas_pm_read_jekyll_hyde = True From 91c9c5e696ba6d04d18148d94498a8097ca29cf6 Mon Sep 17 00:00:00 2001 From: lunulae <45501964+lunulae@users.noreply.github.com> Date: Thu, 3 Feb 2022 23:21:08 -0600 Subject: [PATCH 4/7] king cobra fact would I -> I would --- Monika After Story/game/script-fun-facts.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monika After Story/game/script-fun-facts.rpy b/Monika After Story/game/script-fun-facts.rpy index cdc0587fa9..245770691a 100644 --- a/Monika After Story/game/script-fun-facts.rpy +++ b/Monika After Story/game/script-fun-facts.rpy @@ -312,7 +312,7 @@ label mas_fun_fact_king_snakes: m 1dsc "Hmm..." m 3eub "Did you know that if a snake has the word 'king' in its name, it devours other snakes?" m 1euc "I always wondered why a king cobra would be named how it is but never really thought more into it." - m 1tfu "Does that mean if I eat you up, would I become Queen Monika?" + m 1tfu "Does that mean if I eat you up, I would become Queen Monika?" m 1hksdlb "Ahaha, I'm just kidding, [player]." m 1hub "Sorry for being a little weird~" #Call the end From 59aa453ef005e01d04163d54ddb3483297fd3da5 Mon Sep 17 00:00:00 2001 From: multimokia Date: Sat, 5 Feb 2022 20:39:23 -0500 Subject: [PATCH 5/7] update steps --- Monika After Story/game/updates_topics.rpy | 1 + 1 file changed, 1 insertion(+) diff --git a/Monika After Story/game/updates_topics.rpy b/Monika After Story/game/updates_topics.rpy index 5152aa7b71..6da0d44fde 100644 --- a/Monika After Story/game/updates_topics.rpy +++ b/Monika After Story/game/updates_topics.rpy @@ -101,6 +101,7 @@ init -2 python in mas_versions: # use dot notation to separate the parts of a version add_steps({ + #"0.12.8": "0.12.7.1", #"0.12.7.1": "0.12.7", "0.12.7": ("0.12.6", "0.12.5"), "0.12.5": "0.12.4", From 1614c9dc22d0719343cc9d96efa72eb88cfb7b9b Mon Sep 17 00:00:00 2001 From: multimokia Date: Sat, 5 Feb 2022 20:41:58 -0500 Subject: [PATCH 6/7] unnecessary step removed --- Monika After Story/game/updates.rpy | 6 ------ Monika After Story/game/updates_topics.rpy | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Monika After Story/game/updates.rpy b/Monika After Story/game/updates.rpy index d78dd03f80..f57b90ee7e 100644 --- a/Monika After Story/game/updates.rpy +++ b/Monika After Story/game/updates.rpy @@ -374,12 +374,6 @@ label v0_3_1(version=version): # 0.3.1 # non generic updates go here -# 0.12.7.1 -label v0_12_7_1(version="v0_12_7_1"): - python hide: - pass - return - # 0.12.7 label v0_12_7(version="v0_12_7"): python hide: diff --git a/Monika After Story/game/updates_topics.rpy b/Monika After Story/game/updates_topics.rpy index 6da0d44fde..f470aed882 100644 --- a/Monika After Story/game/updates_topics.rpy +++ b/Monika After Story/game/updates_topics.rpy @@ -101,8 +101,7 @@ init -2 python in mas_versions: # use dot notation to separate the parts of a version add_steps({ - #"0.12.8": "0.12.7.1", - #"0.12.7.1": "0.12.7", + #"0.12.8": "0.12.7", "0.12.7": ("0.12.6", "0.12.5"), "0.12.5": "0.12.4", "0.12.4": ("0.12.3.3", "0.12.3.2"), From 52651ac70222ae4ff3576a13d8dd3460bc5773e5 Mon Sep 17 00:00:00 2001 From: John W Date: Sun, 6 Feb 2022 19:25:25 -0500 Subject: [PATCH 7/7] smol (sorry) --- Monika After Story/game/zz_spriteobjects.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monika After Story/game/zz_spriteobjects.rpy b/Monika After Story/game/zz_spriteobjects.rpy index e5b134822c..f29b90eeb1 100644 --- a/Monika After Story/game/zz_spriteobjects.rpy +++ b/Monika After Story/game/zz_spriteobjects.rpy @@ -2897,7 +2897,7 @@ init -1 python: "earrings", select_dlg=[ "Pretty in pink!", - "Shining like a diamond~" + "I'm shining like a diamond~" ] )