From dc3b776a0850e07a1a7b91c8e1123d6932be76fa Mon Sep 17 00:00:00 2001 From: Johnny28 Date: Tue, 4 Jul 2023 16:09:37 +0200 Subject: [PATCH] fixes * Fixed incorrect facial expression. * Fixed missing event cancel during Hermione public BJ if she's not blown genie yet. --- .../characters/hermione/events/favors/dance_for_me_snape.rpy | 2 +- .../characters/hermione/events/requests/give_a_blowjob.rpy | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy b/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy index c2f408b0..18e67960 100644 --- a/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy +++ b/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy @@ -865,7 +865,7 @@ label hg_pf_strip_T4_snape_results: if _butt_known: her "I've learned that he's got absolutely zero depth perception..." ("annoyed", "narrow", "angry", "R") gen "Really? What makes you say that?" ("base", xpos="far_left", ypos="head") - her "He called my butt dreadful!" ("open", "mid", "angry", "mid") + her "He called my butt dreadful!" ("open", "base", "angry", "mid") her @ cheeks blush "And that it's like that of a boy's!" ("disgust", "closed", "angry", "mid") if _watch: gen "He did mention that your breasts exceeded his expectations." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/requests/give_a_blowjob.rpy b/game/scripts/characters/hermione/events/requests/give_a_blowjob.rpy index 050bf736..d599c272 100644 --- a/game/scripts/characters/hermione/events/requests/give_a_blowjob.rpy +++ b/game/scripts/characters/hermione/events/requests/give_a_blowjob.rpy @@ -35,7 +35,7 @@ label hg_pr_blowjob: her "!!!" ("shock", "wide", "base", "stare") her "... With my mouth?" - if not states.her.status.blowjob: # She will refuse unless she gave you a blowjob + if not states.her.status.blowjob: # She will refuse unless she gave you a blowjob (event canceled) her "But we--.. I.." ("shock", "wide", "base", "stare") her "I've never done it before!" ("angry", "wide", "base", "mid") gen "Then I guess it's time you learnt what {i}using your head{/i} truly means." ("base", xpos="far_left", ypos="head") @@ -49,6 +49,7 @@ label hg_pr_blowjob: gen "(*Hmm*...)" ("base", xpos="far_left", ypos="head") gen "(Perhaps I should show her the ropes first before sending her off to blow her classmates.)" ("base", xpos="far_left", ypos="head") + $ _event.cancel() jump end_hermione_event if states.her.public_level < 15: