From d1c37b11eb74ae21e9e65db2e63b68b21096b2e0 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 16 Oct 2022 23:19:06 +0200 Subject: [PATCH 1/2] Minor fixes. * Text consistency. * Art tweaks on Hermione squirting base pose. --- game/characters/hermione/cum/pussy/squirt_post.webp | 4 ++-- game/characters/hermione/cum/pussy/squirt_transition.webp | 4 ++-- .../characters/hermione/events/items/vibrators.rpy | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/game/characters/hermione/cum/pussy/squirt_post.webp b/game/characters/hermione/cum/pussy/squirt_post.webp index 3699fcad..d9b7b0ac 100644 --- a/game/characters/hermione/cum/pussy/squirt_post.webp +++ b/game/characters/hermione/cum/pussy/squirt_post.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e39e08fbb91037ee05ea9ab5355eff8df66cc3931db4ca932ed890a5feade6d -size 3754 +oid sha256:85fe63def395fccd32ff19d714b31266b264a7a615a60726e2eaa0b201af519f +size 3752 diff --git a/game/characters/hermione/cum/pussy/squirt_transition.webp b/game/characters/hermione/cum/pussy/squirt_transition.webp index b92b0b66..4ea8c575 100644 --- a/game/characters/hermione/cum/pussy/squirt_transition.webp +++ b/game/characters/hermione/cum/pussy/squirt_transition.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7b0e186bfa9e7caaa443f2a5fc4504fd09c77ec8b40eb68033bd6f16b68e8ae -size 5420 +oid sha256:ca28891ecbe91538763884db6232d50853eff5e26213184bbe968af5c5557eed +size 5504 diff --git a/game/scripts/characters/hermione/events/items/vibrators.rpy b/game/scripts/characters/hermione/events/items/vibrators.rpy index 75d2cb64..8c5fd557 100644 --- a/game/scripts/characters/hermione/events/items/vibrators.rpy +++ b/game/scripts/characters/hermione/events/items/vibrators.rpy @@ -1701,7 +1701,7 @@ label hg_vibrators_personal: "-Grade her performance-": gen "Oh, wait!" ("base", xpos="far_left", ypos="head") gen "I was going to grade you, wasn't I?" ("base", xpos="far_left", ypos="head") - gen "Hmm...{w=0.4} Let's see..." ("base", xpos="far_left", ypos="head") + gen "*Hmm*...{w=0.4} Let's see..." ("base", xpos="far_left", ypos="head") her "..." ("soft", "base", "base", "mid", cheeks="blush") #hopeful menu: @@ -1727,7 +1727,7 @@ label hg_vibrators_personal: her "Well, I was thinking, it's not like I can show this grade off to my classmates, or anything..." ("open", "base", "base", "R", cheeks="blush") gen "I mean, you could--..." ("grin", xpos="far_left", ypos="head") gen "--but I get the sentiment..." ("base", xpos="far_left", ypos="head") - gen "Hmm..." ("base", xpos="far_left", ypos="head") + gen "*Hmm*..." ("base", xpos="far_left", ypos="head") "-Deny her a passing grade-": @@ -3120,7 +3120,7 @@ label hg_vibrators_public_return: her "The fact that they were there with me the entire time, it made me feel as if we were sharing this feeling." her "Even if in reality, they weren't aware of anything that was going on..." gen "Feeling comfortable around your friends is very important, [hermione_name]." - her "Hmm... Yes, although I don't think this is the kind of comfort you're meant to feel around your friends..." + her "*Hmm*... Yes, although I don't think this is the kind of comfort you're meant to feel around your friends..." gen "Unless benefits are added to the equation..." show her_vibrators_public eyebrows_worried mouth_lip_bite as xray_child @@ -3337,7 +3337,7 @@ label hg_vibrators_public_return: her "So, the reason why they kept looking over was to make sure I was okay." ("annoyed", "closed", "base", "mid", cheeks="blush") her "Of course they wouldn't expect that the reason I wasn't acting myself was because I had strapped vibrators on my body!" ("open", "closed", "base", "mid", cheeks="blush") - gen "Hmm... I'm beginning to understand why women think that men are completely oblivious creatures..." ("base", xpos="far_left", ypos="head") + gen "*Hmm*... I'm beginning to understand why women think that men are completely oblivious creatures..." ("base", xpos="far_left", ypos="head") gen "Very well [hermione_name], that shall very much do for today." ("base", xpos="far_left", ypos="head") her "Oh, okay then..." ("soft", "narrow", "base", "down", cheeks="blush") From b8bc54fc54fdbb4a08cfd629e0f96dced542124d Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Wed, 19 Oct 2022 22:19:05 +0100 Subject: [PATCH 2/2] Bug fix * Fixed an issue with the order of layers caused by the use of sets --- game/scripts/doll/common.rpy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/game/scripts/doll/common.rpy b/game/scripts/doll/common.rpy index 63693d1c..d136a495 100644 --- a/game/scripts/doll/common.rpy +++ b/game/scripts/doll/common.rpy @@ -75,12 +75,12 @@ init -1 python: threadlock = False icon_threadlock = False - layers_extra = {"extra", "outline", "overlay"} - layers_special = {"skin", "mask", "wind_mask"} - layers_additional = {"back", "front"} + layers_extra = ("extra", "outline", "overlay") + layers_special = ("skin", "mask", "wind_mask") + layers_additional = ("back", "front") blacklist_toggles = ("hair", "glasses", "pubes", "piercing", "makeup", "tattoo", "earrings") - blacklist_unequip = {"hair"} + blacklist_unequip = ("hair",) multislots = ("makeup", "accessory", "piercing", "tattoo") sizes = (1010, 1200) # Default sizes used for defining rare cases