* Fixed incorrect facial expression.
* Fixed missing event cancel during Hermione public BJ if she's not blown genie yet.
This commit is contained in:
Johnny28 2023-07-04 16:09:37 +02:00
parent 0773983044
commit dc3b776a08
2 changed files with 3 additions and 2 deletions

View File

@ -865,7 +865,7 @@ label hg_pf_strip_T4_snape_results:
if _butt_known: if _butt_known:
her "I've learned that he's got absolutely zero depth perception..." ("annoyed", "narrow", "angry", "R") 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") 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") her @ cheeks blush "And that it's like that of a boy's!" ("disgust", "closed", "angry", "mid")
if _watch: if _watch:
gen "He did mention that your breasts exceeded his expectations." ("base", xpos="far_left", ypos="head") gen "He did mention that your breasts exceeded his expectations." ("base", xpos="far_left", ypos="head")

View File

@ -35,7 +35,7 @@ label hg_pr_blowjob:
her "!!!" ("shock", "wide", "base", "stare") her "!!!" ("shock", "wide", "base", "stare")
her "... With my mouth?" 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 "But we--.. I.." ("shock", "wide", "base", "stare")
her "I've never done it before!" ("angry", "wide", "base", "mid") 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") 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 "(*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") 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 jump end_hermione_event
if states.her.public_level < 15: if states.her.public_level < 15: