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: