This commit is contained in:
Johnny 2022-09-18 19:27:22 +02:00
parent fd4a354ade
commit c75aaa4dd5

View File

@ -575,17 +575,20 @@ label hg_vibrators_public:
if her_tier >= 5: if her_tier >= 5:
# (she is naked on high tiers at this point) # (she is naked on high tiers at this point)
$ renpy.sound.play("sounds/cloth_sound3.ogg")
$ hermione.equip(her_outfit_vibrators) $ hermione.equip(her_outfit_vibrators)
with d3
pause .5
else: else:
her "..." ("base", "base", "base", "mid") #down her "..." ("base", "base", "base", "mid") #down
gen "Go on then." ("base", xpos="far_left", ypos="head") gen "Go on then." ("base", xpos="far_left", ypos="head")
play sound "sounds/cloth_sound3.ogg" play sound "sounds/cloth_sound3.ogg"
$ hermione.equip(her_outfit_default) $ hermione.equip(her_outfit_default)
$ hermione.equip(her_bottom_school3) $ hermione.equip(her_bottom_school2)
$ hermione.equip(her_outfit_vibrators, remove_old=False)
with d3 with d3
pause .5
her "..." ("base", "base", "base", "mid") #looks down, blushing her "..." ("base", "base", "base", "mid") #looks down, blushing
@ -2022,9 +2025,6 @@ label hg_vibrators_personal:
label hg_vibrators_public_return: label hg_vibrators_public_return:
$ hermione.equip(her_outfit_default)
$ hermione.equip(her_outfit_vibrators, remove_old=False)
call her_walk("desk", "base", action="enter") call her_walk("desk", "base", action="enter")
if her_tier_public >= 5: if her_tier_public >= 5: