diff --git a/game/scripts/characters/hermione/events/items/butt_plugs.rpy b/game/scripts/characters/hermione/events/items/butt_plugs.rpy index 07ed906d..ef69503e 100644 --- a/game/scripts/characters/hermione/events/items/butt_plugs.rpy +++ b/game/scripts/characters/hermione/events/items/butt_plugs.rpy @@ -77,6 +77,7 @@ label hg_butt_plugs: her "I'll do it in the girls' bathroom, [genie_name]." ("annoyed", "narrow", "angry", "R") gen "*Hmm*... Alright, I'll see you tonight then." ("base", xpos="far_left", ypos="head") else: + $ ev_her_small_plug.enqueue() # Repeat with small butt plug if her_whoring > 21: call play_music("chipper_doodle") @@ -181,7 +182,7 @@ label hg_butt_plugs: gen "Try spitting on it." ("base", xpos="far_left", ypos="head") her "........." ("angry", "narrow", "base", "down") - $ renpy.sound.play("sounds/spit.ogg.ogg") + $ renpy.sound.play("sounds/spit.ogg") ">She spits on the end of the butt plug and attempts to insert it again." @@ -213,7 +214,7 @@ label hg_butt_plugs: her "{size=-5}(Not even a hundred points...){/size}" ("annoyed", "narrow", "angry", "R") else: # Repeat with medium butt plug - + $ ev_her_medium_plug.enqueue() if her_whoring < 21: gen "Today my gracious request will be..." ("base", xpos="far_left", ypos="head") her "........." ("angry", "base", "base", "mid",xpos="right",ypos="base") @@ -408,6 +409,7 @@ label hg_butt_plugs: gen "(Maybe I could buy some lube to help me with my--{w=0.2} *Ahem*, {i}her{/i} friction problems...)" ("base", xpos="far_left", ypos="head") else: + $ ev_her_large_plug.enqueue() # Repeat with large butt plug call play_music("chipper_doodle") gen "[hermione_name]..." ("base", xpos="far_left", ypos="head")