forked from SilverStudioGames/WTS
fixes
* Fixed incorrect facial expression. * Fixed missing event cancel during Hermione public BJ if she's not blown genie yet.
This commit is contained in:
parent
0773983044
commit
dc3b776a08
@ -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")
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user