vibrator Event
* Muted weather sounds during public CG
This commit is contained in:
parent
634d4cb0b9
commit
1e63a1651c
@ -2394,6 +2394,7 @@ label hg_vibrators_public_return:
|
||||
her "So, when they decided to go outside and play some {i}gobstones{/i}, they asked me to join them, so I accompanied them as usual." ("open", "squint", "base", "R", cheeks="blush")
|
||||
|
||||
call play_music("stop")
|
||||
$ renpy.music.stop(channel="weather", fadeout=4)
|
||||
|
||||
show screen blkfade
|
||||
with d5
|
||||
@ -2504,6 +2505,7 @@ label hg_vibrators_public_return:
|
||||
her "Yes, in short--" ("open", "narrow", "base", "R", cheeks="blush")
|
||||
|
||||
call play_music("stop")
|
||||
$ renpy.music.stop(channel="weather", fadeout=4)
|
||||
|
||||
#CG Hermione outside in courtyard, in front of Harry and Ron who's playing Gobstones, base facial expression
|
||||
|
||||
@ -2843,6 +2845,8 @@ label hg_vibrators_public_return:
|
||||
hide cg
|
||||
with fade
|
||||
|
||||
call weather_sound
|
||||
|
||||
gen "{size=+4}THEY WERE WHAT?!?{/size}" ("angry", xpos="far_left", ypos="head")
|
||||
gen "{size=+4}In the middle of the courtyard?! At {b}my{/b} school?!{/size}" ("angry", xpos="far_left", ypos="head")
|
||||
her "Where else should they do it?" ("angry", "base", "base", "mid")
|
||||
@ -2865,6 +2869,7 @@ label hg_vibrators_public_return:
|
||||
show her_vibrators_public_xray zorder 15 as cg
|
||||
play background "sounds/day.ogg" fadein 2 fadeout 2
|
||||
play bg_sounds "sounds/vibrator_high.ogg" fadein 2
|
||||
$ renpy.music.stop(channel="weather", fadeout=4)
|
||||
with fade
|
||||
|
||||
gen "So, the vibrators were going at full force on your breasts and pussy, yet the boys didn't suspect a thing?"
|
||||
@ -3128,6 +3133,8 @@ label hg_vibrators_public_return:
|
||||
hide screen blkfade
|
||||
with d3
|
||||
|
||||
call weather_sound
|
||||
|
||||
gen "And...{w=0.4} What happened next?" ("base", xpos="far_left", ypos="head")
|
||||
her "Well..." ("angry", "closed", "base", "mid", cheeks="blush")
|
||||
her "At first I felt fulfilled, almost happy, and bold, I somehow managed to get away without being caught." ("angry", "narrow", "base", "down", cheeks="blush")
|
||||
@ -3236,6 +3243,8 @@ label hg_vibrators_public_return:
|
||||
hide cg
|
||||
with fade
|
||||
|
||||
call weather_sound
|
||||
|
||||
gen "That's one hell of an orgasm... And here I thought I took that crown." ("base", xpos="far_left", ypos="head")
|
||||
gen "So, is this like a bad ending or what?" ("base", xpos="far_left", ypos="head")
|
||||
her "A bad ending?" ("angry", "base", "base", "mid", cheeks="blush")
|
||||
@ -3357,6 +3366,8 @@ label hg_vibrators_public_return:
|
||||
hide cg
|
||||
with fade
|
||||
|
||||
call weather_sound
|
||||
|
||||
gen "..." ("base", xpos="far_left", ypos="head")
|
||||
|
||||
if not her_vibrators_public_stage == 2:
|
||||
@ -3449,6 +3460,8 @@ label hg_vibrators_public_return:
|
||||
hide cg
|
||||
with fade
|
||||
|
||||
call weather_sound
|
||||
|
||||
her "--The vibrators stopped..." ("angry", "narrow", "base", "down", cheeks="blush")
|
||||
gen "Denied! I bet you loved that!" ("grin", xpos="far_left", ypos="head")
|
||||
her "I did not!" ("mad", "squint", "annoyed", "mid", cheeks="blush")
|
||||
@ -3515,6 +3528,8 @@ label hg_vibrators_public_return:
|
||||
hide cg
|
||||
with fade
|
||||
|
||||
call weather_sound
|
||||
|
||||
gen "Well then...{w=0.4} I suppose that shall do for now, [hermione_name]." ("base", xpos="far_left", ypos="head")
|
||||
else:
|
||||
# Strength was set to high before. (second to worst ending)
|
||||
@ -3544,6 +3559,8 @@ label hg_vibrators_public_return:
|
||||
hide cg
|
||||
with fade
|
||||
|
||||
call weather_sound
|
||||
|
||||
if not her_vibrators_public_stage == 2:
|
||||
her "Of course, it only lasted until you turned them back on while I was on my way here..." ("soft", "narrow", "base", "down", cheeks="blush")
|
||||
gen "What can I say, I like to keep you on your toes." ("grin", xpos="far_left", ypos="head")
|
||||
|
Loading…
Reference in New Issue
Block a user