From 052c504fee0c093a7241c395c717f2d8186a75e4 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Sun, 18 Sep 2022 18:56:14 +0100 Subject: [PATCH] Bugfix --- .../hermione/events/items/vibrators.rpy | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/game/scripts/characters/hermione/events/items/vibrators.rpy b/game/scripts/characters/hermione/events/items/vibrators.rpy index eda37af6..62d753ee 100644 --- a/game/scripts/characters/hermione/events/items/vibrators.rpy +++ b/game/scripts/characters/hermione/events/items/vibrators.rpy @@ -343,7 +343,7 @@ label hg_vibrators_fail_repeat: call her_walk("door", "base") call her_walk(action="leave") - $ renpy.play('sounds/door_down.ogg') + play sound "sounds/door_down.ogg" with hpunch $ her_mood += 20 @@ -371,7 +371,7 @@ label hg_vibrators_fail_repeat: call her_walk("door", "base") call her_walk(action="leave") - $ renpy.play('sounds/door_down.ogg') + play sound "sounds/door_down.ogg" with hpunch $ her_mood += 10 @@ -575,7 +575,7 @@ label hg_vibrators_public: if her_tier >= 5: # (she is naked on high tiers at this point) - $ renpy.sound.play("sounds/cloth_sound3.ogg") + play sound "sounds/cloth_sound3.ogg" $ hermione.equip(her_outfit_vibrators) with d3 pause .5 @@ -964,7 +964,7 @@ label hg_vibrators_personal: with kissiris with hpunch - $ renpy.play("sounds/slick_01.ogg") + play sound "sounds/slick_01.ogg" show her_vibrators_personal eyes_ahegao mouth_ahegao effects_squirt as cg @@ -1511,7 +1511,7 @@ label hg_vibrators_personal: show her_vibrators_personal hermione3 eyebrows_worried eyes_ahegao mouth_ahegao effects_squirt as cg with kissiris - $ renpy.play("sounds/slick_01.ogg") + play sound "sounds/slick_01.ogg" her "{size=+8}{heart}{heart}Aaaaah!!!!!{heart}{heart}{/size}{w=0.4}{nw}" ("grin", "narrow", "annoyed", "up", cheeks="blush") @@ -1522,7 +1522,7 @@ label hg_vibrators_personal: show her_vibrators_personal effects_squirt as cg with kissiris - $ renpy.play("sounds/slick_01.ogg") + play sound "sounds/slick_01.ogg" her "{size=+8}{heart}*Ah*!{heart}{/size}{w=0.4}{nw}" show her_vibrators_personal -effects_squirt effects_puddle as cg @@ -1958,7 +1958,7 @@ label hg_vibrators_personal: her "Very!" # Sarcastic call her_walk(action="leave") - $ renpy.play('sounds/door_down.ogg') + play sound "sounds/door_down.ogg" with hpunch $ hermione.equip(her_outfit_last) @@ -2581,6 +2581,7 @@ label hg_vibrators_public_return: menu: "\"(Turned it to the high setting!)\"" if not _vibrator_high: # Average option + $ _vibrator_high = True show her_vibrators_public eyebrows_surprised mouth_shocked eyes_crossed as xray_child show her_vibrators_public_proxy eyebrows_surprised mouth_shocked eyes_crossed as xray_overlay @@ -2717,6 +2718,7 @@ label hg_vibrators_public_return: $ _vibrator_last = "high" "\"(Turned it to the medium setting.)\"" if not _vibrator_medium: + $ _vibrator_medium = True if _vibrator_last == "high": # Strength was set to high before. @@ -2778,6 +2780,7 @@ label hg_vibrators_public_return: $ _vibrator_last = "medium" "\"(Turned it to the low setting.)\"" if not _vibrator_low: #Best option + $ _vibrator_low = True show her_vibrators_public eyebrows_neutral eyes_forward mouth_open as xray_child show her_vibrators_public_proxy eyebrows_neutral eyes_forward mouth_open as xray_overlay @@ -2838,6 +2841,8 @@ label hg_vibrators_public_return: # Third choice menu: "\"(I Turned it to the high setting!)\"" if not _vibrator_high: + $ _vibrator_high = True + if _vibrator_last = "medium": # Strength was set to medium before. # Vagina is wet @@ -3023,6 +3028,8 @@ label hg_vibrators_public_return: $ _vibrator_last = "high" "\"(I Turned it to the medium setting.)\"" if not _vibrator_medium: + $ _vibrator_medium = True + if _vibrator_last = "low": # Strength was set to low before. # Hermione is denied an orgasm, the boys almost notice. @@ -3228,6 +3235,8 @@ label hg_vibrators_public_return: $ _vibrator_last = "medium" "\"(I Turned it to the low setting.)\""if not _vibrator_low: + $ _vibrator_low = True + # Hermione does not reach orgasm. if _vibrator_last = "medium": # Strength was set to medium before. (worst ending)