Fix
This commit is contained in:
parent
fd4a354ade
commit
c75aaa4dd5
@ -575,17 +575,20 @@ label hg_vibrators_public:
|
||||
|
||||
if her_tier >= 5:
|
||||
# (she is naked on high tiers at this point)
|
||||
$ renpy.sound.play("sounds/cloth_sound3.ogg")
|
||||
$ hermione.equip(her_outfit_vibrators)
|
||||
with d3
|
||||
pause .5
|
||||
else:
|
||||
her "..." ("base", "base", "base", "mid") #down
|
||||
gen "Go on then." ("base", xpos="far_left", ypos="head")
|
||||
|
||||
play sound "sounds/cloth_sound3.ogg"
|
||||
|
||||
$ 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
|
||||
pause .5
|
||||
|
||||
her "..." ("base", "base", "base", "mid") #looks down, blushing
|
||||
|
||||
@ -2022,9 +2025,6 @@ label hg_vibrators_personal:
|
||||
|
||||
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")
|
||||
|
||||
if her_tier_public >= 5:
|
||||
|
Loading…
Reference in New Issue
Block a user