Improvements

* Improved Hermione "Dance for me", "Grope ass".

* Renamed some temp variables for consistency.
* Minor fixes.
This commit is contained in:
Johnny28 2023-04-16 16:13:19 +02:00
parent a1bafde299
commit 21b98b437d
4 changed files with 190 additions and 130 deletions

View File

@ -786,7 +786,7 @@ label hg_pf_grope_ass_T4_continue:
her "*Hnnngh*" ("clench", "happyCl", "worried", "mid", cheeks="blush") #still has eyes closed
her "...." ("disgust", "wide", "base", "stare", cheeks="blush") #Opens her eyes wide
gen "Did you just--" ("base", xpos="far_left", ypos="head")
if states.her.tier <= 6:
if states.her.tier <= 5:
her "No..." ("angry", "happyCl", "worried", "mid", cheeks="blush")
gen "Well it sure looks like you just--" ("base", xpos="far_left", ypos="head")
her "I think we're done here!" ("soft", "happyCl", "worried", "mid", cheeks="blush", emote="angry")

View File

@ -223,7 +223,7 @@ label hg_pr_flirt_teacher_T1_E2: # Snape
her "Nothing happened, [name_genie_hermione]. He just laughed at me..." ("annoyed", "squint", "angry", "mid")
her "I may not have much feminine charm, but I tried to be nice..." ("annoyed", "base", "worried", "R")
her "And he just started laughing in my face!" ("scream", "closed", "angry", "mid")
her "... it is really scary to see professor Snape laugh..." ("angry", "happyCl", "worried", "mid", emote="sweat")
her "... It is really scary to see professor Snape laugh..." ("angry", "happyCl", "worried", "mid", emote="sweat")
her "........"
her "I am awful at flirting, I am sorry [name_genie_hermione]..."
her "But I know that professor Snape is \"dirty\"!" ("angry", "base", "angry", "mid")

View File

@ -19,7 +19,7 @@ default states.her.map_location = "library"
# Sexual activity states
default states.her.status.kissing = False
default states.her.status.stripping = False
default states.her.status.stripping = False #Required for Tier up, unlocks hangout with Snape, which in turn allows you to invite him to watch her strip.
default states.her.status.handjob = False
default states.her.status.blowjob = False
default states.her.status.masturbating = False