From c75aaa4dd56b43e5e59ee4bffa53456ef071b489 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 18 Sep 2022 19:27:22 +0200 Subject: [PATCH] Fix --- .../characters/hermione/events/items/vibrators.rpy | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/game/scripts/characters/hermione/events/items/vibrators.rpy b/game/scripts/characters/hermione/events/items/vibrators.rpy index b986b732..eda37af6 100644 --- a/game/scripts/characters/hermione/events/items/vibrators.rpy +++ b/game/scripts/characters/hermione/events/items/vibrators.rpy @@ -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: