From 6f5425b97c1cd76811f1f1b2437a84da92cf52e5 Mon Sep 17 00:00:00 2001 From: Johnny28 Date: Sat, 1 Jul 2023 15:12:54 +0200 Subject: [PATCH] fix --- .../characters/hermione/events/favors/suck_it.rpy | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/game/scripts/characters/hermione/events/favors/suck_it.rpy b/game/scripts/characters/hermione/events/favors/suck_it.rpy index 3c949e5d..9dd1179e 100644 --- a/game/scripts/characters/hermione/events/favors/suck_it.rpy +++ b/game/scripts/characters/hermione/events/favors/suck_it.rpy @@ -112,10 +112,7 @@ label hg_pf_blowjob_T2_E1: #Fail her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") gen "Why don't you open that pretty little mouth of yours... And then put it around my cock?" ("base", xpos="far_left", ypos="head") her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare",xpos="mid",trans=fade) - if not _event_completed_failed: - her "How could you ask for such a thing!?" - else: - her "Why would you ask me of such a thing again?" + her "Why would you ask me of such a thing again?" her "I think I better leave." ("angry", "happyCl", "worried", "mid",emote="sweat") call her_walk(action="leave") @@ -138,10 +135,7 @@ label hg_pf_blowjob_T3_E1: #Fail gen "Great!" ("grin", xpos="far_left", ypos="head") gen "Then get over here, and suck my cock!" ("grin", xpos="far_left", ypos="head") her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare",xpos="mid",trans=fade) - if not _event_completed_failed: - her "How could you ask for such a thing!?" - else: - her "Why would you ask me of such a thing again?" + her "Why would you ask me of such a thing again?" her "I think I better leave." ("angry", "happyCl", "worried", "mid",emote="sweat") call her_walk(action="leave")