From e4c8e2de736f85308f510eb92e4620dc37cf59e1 Mon Sep 17 00:00:00 2001 From: Johnny28 Date: Tue, 11 Apr 2023 18:41:35 +0200 Subject: [PATCH] Improvements * Improved writing and posing for "show me your panties, show me your tits, give a handjob, kiss a girl and final events". --- .../events/favors/show_me_your_panties.rpy | 71 ++++++------ .../events/favors/show_me_your_tits.rpy | 18 +-- .../favors/show_me_your_tits_branches.rpy | 107 +++++++++--------- .../events/requests/give_a_handjob.rpy | 70 ++++++------ .../hermione/events/requests/kiss_a_girl.rpy | 81 +++++++++---- game/scripts/events/final_events.rpy | 13 +-- 6 files changed, 202 insertions(+), 158 deletions(-) diff --git a/game/scripts/characters/hermione/events/favors/show_me_your_panties.rpy b/game/scripts/characters/hermione/events/favors/show_me_your_panties.rpy index c0a80ba0..54c17f88 100644 --- a/game/scripts/characters/hermione/events/favors/show_me_your_panties.rpy +++ b/game/scripts/characters/hermione/events/favors/show_me_your_panties.rpy @@ -37,7 +37,7 @@ label hg_pf_admire_panties: elif states.her.tier <= 3: her "" ("annoyed", "narrow", "base", "down", cheeks="blush", trans=fade) elif states.her.tier <= 5: - her "" ("base", "base", "base", "mid", trans=fade) + her "" ("soft", "base", "base", "R", trans=fade) else: her "" ("smile", "narrow", "base", "mid_soft", trans=fade) @@ -57,15 +57,21 @@ label hg_pf_admire_panties: else: her "It's getting pretty late, [name_genie_hermione]..." ("open", "closed", "base", "mid") her "Will this be all?" ("open", "base", "base", "mid") - gen "Yes, that shall do for now, you may leave." ("base", xpos="far_left", ypos="head") + gen "Yes, that shall do for now [name_hermione_genie], you may leave." ("base", xpos="far_left", ypos="head") # Hermione stops at the door call her_walk("door", "base") # If Hermione is at tier 4+, she does not care/forgets about points. - if states.her.tier >= 4: - her "(What about my points...)" - her "(*Eh*... Who cares...)" + if states.her.tier >= 6: + her "(I feel like I've forgotten something...)" ("soft", "base", "worried", "stare", xpos="base", ypos="base", flip=True, trans=d3) + her "(Oh well... I'm sure I'll remember if it was something important...)" ("base", "base", "base", "L") + elif states.her.tier >= 5: + her "(Hold on... I forgot about the points again...)" ("open", "base", "worried", "stare", xpos="base", ypos="base", flip=True, trans=d3) + her "(*Eh*... I'm sure he'll remember the points next time...)" ("base", "base", "base", "R") + elif states.her.tier >= 4: + her "(Wait, what about my points...)" ("open", "base", "worried", "stare", xpos="base", ypos="base", flip=True, trans=d3) + her "(I better remember to ask next time...)" ("annoyed", "base", "base", "L") # Hermione leaves call her_chibi("leave") @@ -130,7 +136,6 @@ label hg_pf_admire_panties_T1_E1: label hg_pf_admire_panties_T1: # Call label call hide_characters - hide screen bld1 with d3 if hermione.is_any_worn("robe", "accessory"): @@ -206,7 +211,6 @@ label hg_pf_admire_panties_T2_E1: label hg_pf_admire_panties_T2: # Call label call hide_characters - hide screen bld1 with d3 if hermione.is_any_worn("robe", "accessory"): @@ -273,7 +277,6 @@ label hg_pf_admire_panties_T3_intro_E1: her "Right..." ("angry", "narrow", "base", "down") call hide_characters - hide screen bld1 with d3 if hermione.is_any_worn("robe", "accessory"): @@ -381,7 +384,6 @@ label hg_pf_admire_panties_T3_E1: her "Alright..." ("open", "squint", "base", "mid") call hide_characters - hide screen bld1 with d3 if hermione.is_any_worn("robe", "accessory"): @@ -491,7 +493,6 @@ label hg_pf_admire_panties_T4_intro_E1: her "Oh, Okay..." ("base", "narrow", "base", "down", cheeks="blush") call hide_characters - hide screen bld1 with d3 if hermione.is_any_worn("robe", "accessory"): @@ -511,7 +512,7 @@ label hg_pf_admire_panties_T4_intro_E1: her "" ("base", "narrow", "base", "mid", cheeks="blush") call ctc - gen "Looking to get extra points are you?" ("base", xpos="far_left", ypos="head") + gen "Trying to get some extra points, are you?" ("base", xpos="far_left", ypos="head") her "Perhaps..." ("base", "narrow", "worried", "down", cheeks="blush") else: if hermione.is_any_worn("bottom", "panties"): @@ -532,11 +533,13 @@ label hg_pf_admire_panties_T4_intro_E1: # No Panties! gen "Where are your panties, [name_hermione_genie]?" ("angry", xpos="far_left", ypos="head") her "Oh, lately I just don't feel like wearing them..." ("base", "narrow", "worried", "down", cheeks="blush") + gen "So, you're not doing it in the hopes of earning some extra point?" ("base", xpos="far_left", ypos="head") + her "Of course not..." ("base", "narrow", "worried", "down", cheeks="blush") else: call her_chibi("stand", "desk", "base") her "*Ehm*..." ("open", "squint", "base", "R", cheeks="blush", xpos="mid", ypos="base") - her "You asked me not to wear any panties [name_genie_hermione]..." ("base", "narrow", "worried", "down", cheeks="blush") + her "You asked me not to wear any panties, [name_genie_hermione]..." ("base", "narrow", "worried", "down", cheeks="blush") gen "Oh... So I did..." ("base", xpos="far_left", ypos="head") gen "I just wanted to make sure you followed my instructions..." ("base", xpos="far_left", ypos="head") gen "Well done [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") @@ -545,8 +548,7 @@ label hg_pf_admire_panties_T4_intro_E1: menu: "\"You little slut!\"": her "*Hmm*..." - her "I suppose I am..." ("base", "narrow", "base", "mid_soft") - her "Do I get extra points for that?" + her "So, am I receiving any extra points for not wearing any panties?" ("base", "narrow", "base", "mid_soft") menu: "\"Absolutely!\"": @@ -559,11 +561,17 @@ label hg_pf_admire_panties_T4_intro_E1: "\"Absolutely not!\"": her "Why not!?" ("scream", "closed", "angry", "mid") - gen "Sluts aren't getting paid." ("base", xpos="far_left", ypos="head") + gen "Sluts doesn't get paid." ("base", xpos="far_left", ypos="head") gen "That's what makes them sluts." ("base", xpos="far_left", ypos="head") - her "Well are you even going to pay me {number=current_payout} points?" ("annoyed", "base", "angry", "mid") + her "Will you at least pay me the {number=current_payout} points?" ("annoyed", "base", "angry", "mid") gen "Are you a slut or are you a prostitute?" ("base", xpos="far_left", ypos="head") - her "{size=-4}... A slut. {/size}" + her "[name_genie_hermione]?!" ("angry", "base", "worried", "mid") + gen "It's a simple question... Sluts doesn't get paid, so you're a prostitute then?" ("base", xpos="far_left", ypos="head") + her "{size=-4}I'm not a prostitute...{/size}" ("disgust", "base", "worried", "mid") + gen "Then, what are you, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") + her "Do I really have to--" ("disgust", "narrow", "worried", "mid") + gen "[name_hermione_genie]..." ("base", xpos="far_left", ypos="head") + her "I'm...{w=0.4} {size=-4}... A slut. {/size}" ("open", "narrow", "worried", "down", cheeks="blush") gen "Good girl." ("base", xpos="far_left", ypos="head") $ current_payout = 0 @@ -577,12 +585,11 @@ label hg_pf_admire_panties_T4_intro_E1: jump end_hg_pf_admire_panties label hg_pf_admire_panties_T4_E1: - gen "[name_hermione_genie], I'd like you to show me your panties again if possible." ("base", xpos="far_left", ypos="head") + gen "[name_hermione_genie], I'd like you to show me your panties again, if possible." ("base", xpos="far_left", ypos="head") her "Oh..." ("open", "narrow", "worried", "down") her "Well, that might be an issue..." ("base", "narrow", "base", "down", cheeks="blush") call hide_characters - hide screen bld1 with d3 if hermione.is_any_worn("robe", "accessory"): @@ -619,21 +626,20 @@ label hg_pf_admire_panties_T4_E1: # No Panties! gen "No panties again, [name_hermione_genie]?" ("grin", xpos="far_left", ypos="head") - her "Well... what's the point if they're just going to be in the way all the time..." ("base", "narrow", "worried", "down", cheeks="blush") + her "I figured there was no point in wearing any, since you're asking me to undress all the time..." ("base", "narrow", "worried", "down", cheeks="blush") else: call her_chibi("stand", "desk", "base") her "I'm not wearing any panties right now..." ("base", "narrow", "base", "mid", cheeks="blush", xpos="mid", ypos="base", trans=dissolve) her "Was I supposed to? I'm sure you asked me not to wear them..." ("open", "narrow", "worried", "down", cheeks="blush") gen "So I did... Good job [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - gen "I'm glad that I can count on you doing what I ask of you." ("base", xpos="far_left", ypos="head") + gen "I'm glad that I can count on you to do what I ask of you." ("base", xpos="far_left", ypos="head") her "Oh... Thank you [name_genie_hermione]." ("base", "narrow", "worried", "mid", cheeks="blush") menu: "\"You little slut!\"": her "*Hmm*..." - her "I suppose I am..." ("base", "narrow", "base", "mid_soft") - her "Do I get extra points this time?" + her "Do I get extra points this time?" ("open", "narrow", "base", "mid_soft") menu: "\"Absolutely!\"": @@ -647,14 +653,18 @@ label hg_pf_admire_panties_T4_E1: "\"Absolutely not!\"": - - her "Why not!?" ("scream", "closed", "angry", "mid") - gen "Sluts aren't getting paid." ("base", xpos="far_left", ypos="head") + gen "Sluts doesn't get paid." ("base", xpos="far_left", ypos="head") gen "That's what makes them sluts." ("base", xpos="far_left", ypos="head") - her "Well are you even going to pay me {number=current_payout} points?" ("annoyed", "base", "angry", "mid") + her "Will you at least pay me the {number=current_payout} points?" ("annoyed", "base", "angry", "mid") gen "Are you a slut or are you a prostitute?" ("base", xpos="far_left", ypos="head") - her "{size=-4}... A slut. {/size}" + her "[name_genie_hermione]?!" ("angry", "base", "worried", "mid") + gen "It's a simple question... Sluts doesn't get paid, so you're a prostitute then?" ("base", xpos="far_left", ypos="head") + her "{size=-4}I'm not a prostitute...{/size}" ("disgust", "base", "worried", "mid") + gen "Then, what are you, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") + her "Do I really have to--" ("disgust", "narrow", "worried", "mid") + gen "[name_hermione_genie]..." ("base", xpos="far_left", ypos="head") + her "I'm...{w=0.4} {size=-4}... A slut. {/size}" ("open", "narrow", "worried", "down", cheeks="blush") gen "Good girl." ("base", xpos="far_left", ypos="head") $ current_payout = 0 @@ -700,7 +710,6 @@ label hg_pf_admire_panties_T4_E2: her "Okay..." ("base", "narrow", "base", "down", cheeks="blush") call hide_characters - hide screen bld1 with d3 if hermione.is_any_worn("robe", "accessory"): @@ -727,8 +736,6 @@ label hg_pf_admire_panties_T4_E2: gen "Where are your panties, [name_hermione_genie]?" ("grin", xpos="far_left", ypos="head") her "You asked me not to wear any..." ("open", "squint", "base", "mid") gen "Oh right..." ("base", xpos="far_left", ypos="head") - her "Most of the time I just leave them in the Gryffindor common room..." ("base", "squint", "base", "R") - her "But I got them with me this time." ("base", "base", "base", "mid") call ctc her "If you'd like, [name_genie_hermione], I could put my panties back on for you." ("soft", "narrow", "base", "mid_soft") @@ -779,7 +786,7 @@ label hg_pf_admire_panties_T4_E2: her "I hope you like it, [name_genie_hermione]..." ("angry", "wink", "base", "mid") "\"No, keep them on!\"": - her "Sure, [name_genie_hermione]." ("base", "narrow", "base", "mid_soft") + her "Of course, [name_genie_hermione]." ("base", "narrow", "base", "mid_soft") call ctc jump end_hg_pf_admire_panties diff --git a/game/scripts/characters/hermione/events/favors/show_me_your_tits.rpy b/game/scripts/characters/hermione/events/favors/show_me_your_tits.rpy index 8ab9e843..5cd2cb10 100644 --- a/game/scripts/characters/hermione/events/favors/show_me_your_tits.rpy +++ b/game/scripts/characters/hermione/events/favors/show_me_your_tits.rpy @@ -37,7 +37,7 @@ label hg_pf_admire_breasts: elif states.her.tier <= 3: her "" ("annoyed", "base", "worried", "R", xpos="mid", ypos="base", trans=fade) elif states.her.tier <= 5: - her "" ("base", "base", "base", "R", xpos="mid", ypos="base", trans=fade) + her "" ("soft", "base", "base", "R", xpos="mid", ypos="base", trans=fade) else: her "" ("base", "narrow", "annoyed", "up", xpos="mid", ypos="base", trans=fade) @@ -59,7 +59,7 @@ label hg_pf_admire_breasts: if game.daytime: her "Now if you don't mind, I'd better go... My classes are about to start." else: - her "I'd better go now then. It's getting pretty late..." + her "I'd better head off for today, It's getting pretty late..." # Hermione leaves @@ -481,11 +481,11 @@ label hg_pf_admire_breasts_T4_intro_E1: gen "Did I ever tell you what magnificent tits you have?" ("base", xpos="far_left", ypos="head") her "............" ("clench", "narrow", "base", "down", cheeks="blush") her "Why do you have to be so vulgar, [name_genie_hermione]?!" ("clench", "happyCl", "worried", "mid", cheeks="blush") - gen "Just take the compliment and come a bit closer to show them to me..." ("base", xpos="far_left", ypos="head") - her "Yes, [name_genie_hermione]..." ("base", "narrow", "worried", "down", cheeks="blush") + gen "Just take the compliment, and show them to me..." ("base", xpos="far_left", ypos="head") - her "Are you only going to watch, [name_genie_hermione]?" ("angry", "happyCl", "worried", "mid", cheeks="blush") + her "Are you only going to watch, [name_genie_hermione]?" ("angry", "narrow", "worried", "mid", cheeks="blush") gen "Of course..." ("base", xpos="far_left", ypos="head") + her "Alright then..." ("soft", "narrow", "worried", "down", cheeks="blush") $ current_payout = 25 @@ -495,9 +495,9 @@ label hg_pf_admire_breasts_T4_E1: her "" ("normal", "base", "base", "mid", xpos="mid", ypos="base", trans=fade) gen "I need to see your tits, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - her "Of course, [name_genie_hermione]." ("base", "narrow", "base", "up", cheeks="blush") + her "Of course, [name_genie_hermione]." ("open", "base", "base", "mid", cheeks="blush") - her "Are you only going to watch, [name_genie_hermione]?" ("angry", "happyCl", "worried", "mid", cheeks="blush") + her "You're only going to watch, right?" ("open", "closed", "worried", "mid", cheeks="blush") gen "Of course..." ("base", xpos="far_left", ypos="head") $ current_payout = 25 @@ -508,9 +508,9 @@ label hg_pf_admire_breasts_T4_E2: her "" ("normal", "base", "base", "mid", xpos="mid", ypos="base", trans=fade) gen "I have to see your marvellous knockers, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - her "Of course, [name_genie_hermione]." ("base", "narrow", "base", "up", cheeks="blush") + her "Of course, [name_genie_hermione]." ("open", "base", "base", "mid", cheeks="blush") - her "Are you only going to watch, [name_genie_hermione]?" ("angry", "happyCl", "worried", "mid", cheeks="blush") + her "Are you only going to watch, [name_genie_hermione]?" ("open", "closed", "worried", "mid", cheeks="blush") gen "Of course..." ("base", xpos="far_left", ypos="head") $ current_payout = 25 diff --git a/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy b/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy index 521ebce7..0452b931 100644 --- a/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy +++ b/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy @@ -512,23 +512,19 @@ label hg_pf_admire_breasts_T4: jump end_hg_pf_admire_breasts label hg_pf_admire_breasts_T4_look: # Call label - nar "You take a long look at Hermione's naked tits..." - # elif states.her.level >= 12: - call ctc + nar "You take a long look at Hermione's naked tits..." menu: "\"You have great tits, [name_hermione_genie].\"": her "You really think so [name_genie_hermione]?" ("annoyed", "base", "base", "mid") her "I am glad you like them, [name_genie_hermione]..." ("base", "closed", "base", "mid") "\"Your tits are alright I suppose...\"": - her "*huh*?" ("annoyed", "base", "base", "mid") + her "*Huh*?" ("annoyed", "base", "base", "mid") her "Does this mean you don't like them, [name_genie_hermione]?" her "I'm sorry..." ("disgust", "narrow", "base", "down") - call blktone nar "You stare at her breasts for a while longer..." - call hide_blktone call ctc gen "Alright, we're done here, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") @@ -567,9 +563,7 @@ label hg_pf_admire_breasts_T4_touch: # Call label else: her "I do not, [name_genie_hermione]!{heart}" ("shock", "happyCl", "worried", "mid") - call blktone - nar "You give her tits a couple of firm squeezes..." - call hide_blktone + nar "You give Hermione's tits a couple of firm squeezes..." if states.her.level >= 17: her "[name_genie_hermione], you promised not to touch..." ("base", "base", "base", "R", cheeks="blush") @@ -586,19 +580,20 @@ label hg_pf_admire_breasts_T4_touch: # Call label nar "You keep on massaging the girl's breasts..." - her "[name_genie_hermione]... please, stop this..." ("open", "narrow", "base", "up", cheeks="blush") + her "[name_genie_hermione]... Please, stop this..." ("open", "narrow", "base", "up", cheeks="blush") gen "Why? Because you like it too much?" ("base", xpos="far_left", ypos="head") if states.her.level < 17: - her "No it's not that..." ("base", "base", "base", "R", cheeks="blush") - her "I mean..." ("open", "base", "base", "R", cheeks="blush") - - nar "You pull the tits in opposite directions and then squish them together..." - - her "*Ah*...{heart} [name_genie_hermione], I really need to go..." ("base", "narrow", "base", "up", cheeks="blush") - if game.daytime: - her "That's right... the classes are about to start..." ("open", "base", "base", "R", cheeks="blush") + her "No it's not that..." ("angry", "narrow", "base", "R", cheeks="blush") else: - her "It is getting late..." ("open", "base", "base", "R", cheeks="blush") + her "I mean..." ("base", "base", "base", "R", cheeks="blush") + + nar "You pull her breasts in opposite directions, and then squish them together..." + + her "*Ah*...{heart} [name_genie_hermione]... I really need to go." ("angry", "narrow", "base", "up", cheeks="blush") + if game.daytime: + her "Classes are about to start..." ("angry", "narrow", "base", "R", cheeks="blush") + else: + her "It is getting late..." ("open", "narrow", "base", "R", cheeks="blush") gen "Well, alright..." ("base", xpos="far_left", ypos="head") show screen blkfade @@ -632,8 +627,6 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label nar "You stare at Hermione's breasts with hunger..." # Start Jerking off. - hide screen bld1 - hide screen blktone call her_chibi_scene("grope_tits_jerk_off", trans=fade) call ctc @@ -645,19 +638,22 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label gen "Just stand still, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") gen "It will be over soon." ("base", xpos="far_left", ypos="head") her ".................." ("angry", "happyCl", "worried", "mid") - gen "Yes... Yes, like this..." ("base", xpos="far_left", ypos="head") - gen "Yes, your tits all exposed..." ("base", xpos="far_left", ypos="head") + gen "Yes... Just like that..." ("base", xpos="far_left", ypos="head") + gen "With your tits all exposed..." ("base", xpos="far_left", ypos="head") her ".............." ("disgust", "narrow", "base", "down", cheeks="blush") - her "well, so be it..." ("disgust", "base", "base", "R", cheeks="blush") + her "Well, so be it..." ("disgust", "base", "base", "R", cheeks="blush") her "But you must promise me not to..." ("soft", "base", "base", "R", cheeks="blush") her "Not to... *Ehm*..." ("open", "base", "base", "R", cheeks="blush") her "Not to discharge..." ("annoyed", "narrow", "angry", "R", cheeks="blush") her "Not on me, [name_genie_hermione]..." ("annoyed", "narrow", "angry", "R", cheeks="blush") + gen "Not on you, you say... So you still don't mind if I finish!" ("base", xpos="far_left", ypos="head") + gen "You nasty little--" ("base", xpos="far_left", ypos="head") + her "[name_genie_hermione]." ("disgust", "narrow", "base", "down", cheeks="blush") gen "Fine, whatever..." ("base", xpos="far_left", ypos="head") - gen "Oh, you little slut. You nasty little slut!" ("base", xpos="far_left", ypos="head") - her "......................." ("disgust", "narrow", "base", "down", cheeks="blush") - nar "You start to stroke your cock even harder..." - gen "Yes, I know you want this! Yes!" ("angry", xpos="far_left", ypos="head") + + nar "You begin stroking your cock even faster..." + + gen "Yes, you want to see your headmaster cum!" ("angry", xpos="far_left", ypos="head") her "................" ("disgust", "narrow", "base", "down", cheeks="blush") else: # Different posing than above. @@ -665,24 +661,26 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label her "It's so big..." ("open", "base", "base", "R", cheeks="blush") her "You just couldn't help yourself, could you [name_genie_hermione]?" ("base", "base", "base", "R", cheeks="blush") her ".................." ("base", "narrow", "base", "up", cheeks="blush") - gen "Yes... Yes, just like that..." ("base", xpos="far_left", ypos="head") - gen "... with your tits all exposed..." ("base", xpos="far_left", ypos="head") + gen "Yes... Just like that..." ("base", xpos="far_left", ypos="head") + gen "With your tits all exposed..." ("base", xpos="far_left", ypos="head") her ".............." ("base", "narrow", "base", "up", cheeks="blush") - her "well, so be it..." ("open", "base", "base", "R", cheeks="blush") + her "Well, so be it..." ("open", "base", "base", "R", cheeks="blush") her "But you must promise me not to..." ("soft", "base", "base", "R", cheeks="blush") her "Not to... *Ehm*..." ("open", "base", "base", "R", cheeks="blush") her "Not to cum on me, [name_genie_hermione]..." ("base", "narrow", "base", "up", cheeks="blush") - gen "Fine, whatever..." ("base", xpos="far_left", ypos="head") - gen "Oh, you little slut. You nasty little slut!" ("base", xpos="far_left", ypos="head") + gen "If that's what you want..." ("base", xpos="far_left", ypos="head") + gen "But whether I finish or not, wont be up to you..." ("base", xpos="far_left", ypos="head") her "......................." ("base", "narrow", "base", "up", cheeks="blush") - nar "You start to stroke your cock even harder..." - gen "Yes, I know you want this! Yes!" ("angry", xpos="far_left", ypos="head") - her "................" ("base", "narrow", "base", "up", cheeks="blush") + + nar "You begin stroking your cock even faster..." + + gen "Yes, I'm almost there, I can feel it!" ("angry", xpos="far_left", ypos="head") + her "[name_genie_hermione]!" ("base", "narrow", "base", "up", cheeks="blush") # Genie cums. menu: gen "*Argh*! (I'm about to cum!)" ("angry", xpos="far_left", ypos="head") - "-Hold it in-": + "-Hold it in-": #Hermione tells him he can cum, and he thinks she meant onto her. gen "Oh, alright..." ("base", xpos="far_left", ypos="head") gen "I'd better stop now I suppose..." ("base", xpos="far_left", ypos="head") her "..............." ("disgust", "narrow", "base", "down", cheeks="blush") @@ -705,25 +703,22 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label pause 1.0 $ hermione.set_cum(body="light") - call bld - her "[name_genie_hermione], I didn't mean that you could release your... semen on me, [name_genie_hermione]..." ("angry", "happyCl", "worried", "mid", cheeks="blush",emote="sweat") - gen "Oh, this is great, yes..." ("angry", xpos="far_left", ypos="head") + her "[name_genie_hermione], I wasn't saying that you could release your semen on me..." ("angry", "happyCl", "worried", "mid", cheeks="blush",emote="sweat") + gen "Ah... That was great..." ("angry", xpos="far_left", ypos="head") call her_chibi_scene("grope_tits_cum_done") - her "..." ("angry", "narrow", "base", "down", cheeks="blush") + her "......." ("angry", "narrow", "base", "down", cheeks="blush") her "Well, what's done is done I suppose..." ("open", "narrow", "base", "down", cheeks="blush") - gen "Oh, this was quite amazing..." ("base", xpos="far_left", ypos="head") + gen "Ah... I really needed that..." ("base", xpos="far_left", ypos="head") her "" ("disgust", "narrow", "base", "down") call ctc - her "My body is all sticky though..." - gen "Don't worry, I will give you your house points, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - gen "You did good." ("base", xpos="far_left", ypos="head") - - her "Thank you [name_genie_hermione]." ("base", "closed", "base", "mid") - her "Now I need to clean myself up..." ("annoyed", "closed", "base", "mid") + gen "You've done well today, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") + her "Thank you [name_genie_hermione]... Although, my body is all sticky now..." ("base", "closed", "base", "mid") + her "I better clean myself up a bit..." ("annoyed", "closed", "base", "mid") + gen "If you must..." ("base", xpos="far_left", ypos="head") show screen blkfade with d5 @@ -737,7 +732,7 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label hide screen blkfade with d5 - her "" ("base", "base", "base", "mid") + her "" ("soft", "base", "base", "R") call ctc her "Well, I suppose this should do for now..." @@ -760,25 +755,27 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label call ctc - her "*Ah*...{heart} It's so hot...{heart}" ("clench", "happyCl", "worried", "mid", cheeks="blush") + her "*Ah*...{heart} It's so warm...{heart}" ("clench", "happyCl", "worried", "mid", cheeks="blush") her "[name_genie_hermione], you promised..." ("angry", "happyCl", "worried", "mid", cheeks="blush", emote="sweat") - gen "Oh, this is great, yes..." ("angry", xpos="far_left", ypos="head") + gen "Ah yes... All covered in semen..." ("angry", xpos="far_left", ypos="head") call her_chibi_scene("grope_tits_cum_done") her "..." ("angry", "narrow", "base", "down", cheeks="blush") her "Well, what's done is done I suppose..." ("open", "narrow", "base", "down", cheeks="blush") - gen "Oh, this was quite amazing..." ("base", xpos="far_left", ypos="head") + gen "Ah... I really needed that..." ("base", xpos="far_left", ypos="head") her "" ("disgust", "narrow", "base", "down", xpos="mid", ypos="base") call ctc - her "My body is all covered in semen though..." + her "My body... It's covered in semen..." + gen "I'm sure I missed a spot or two." ("base", xpos="far_left", ypos="head") + her "..." ("disgust", "narrow", "base", "mid", xpos="mid", ypos="base") gen "Don't worry, it looks good on you." ("base", xpos="far_left", ypos="head") gen "You did great." ("base", xpos="far_left", ypos="head") her "Thank you [name_genie_hermione]." ("open", "closed", "base", "mid") - her "Now I need to clean myself up..." ("annoyed", "closed", "base", "mid") + her "I better clean myself up..." ("annoyed", "closed", "base", "mid") call ctc show screen blkfade @@ -793,7 +790,7 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label hide screen blkfade with d5 - her "" ("base", "base", "base", "mid") + her "" ("soft", "base", "base", "R") call ctc her "Well, I suppose this should do for now..." diff --git a/game/scripts/characters/hermione/events/requests/give_a_handjob.rpy b/game/scripts/characters/hermione/events/requests/give_a_handjob.rpy index 1ab7ea37..a4a1d2e4 100644 --- a/game/scripts/characters/hermione/events/requests/give_a_handjob.rpy +++ b/game/scripts/characters/hermione/events/requests/give_a_handjob.rpy @@ -67,7 +67,7 @@ label hg_pr_handjob: else: if states.her.tier >= 6: gen "[name_hermione_genie]..." ("base", xpos="far_left", ypos="head") - gen "What do you think about giving one of your classmates another handjob?" ("base", xpos="far_left", ypos="head") + gen "What do you think about going out there and giving a handjob to one of your classmates?" ("base", xpos="far_left", ypos="head") her "I don't mind, [name_genie_hermione]." ("annoyed", "narrow", "worried", "down") gen "Really?" ("base", xpos="far_left", ypos="head") her "Yes... I mean, it's just a handjob..." ("grin", "base", "base", "R") @@ -84,20 +84,20 @@ label hg_pr_handjob: gen "How about a handjob then?" ("base", xpos="far_left", ypos="head") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # Music her "..............." ("annoyed", "narrow", "angry", "R") - gen "Oh come on. You did it before." ("base", xpos="far_left", ypos="head") + gen "Come on [name_hermione_genie]... You've given a handjob before." ("base", xpos="far_left", ypos="head") her "*Hmm*.........." ("annoyed", "narrow", "annoyed", "mid") her "{number=current_payout} house points?" gen "Naturally." ("base", xpos="far_left", ypos="head") her "Well, alright... I'll see what I can do..." ("angry", "narrow", "base", "down") else: - gen "Today's favour shall be..." ("base", xpos="far_left", ypos="head") + gen "Alright then, [name_hermione_genie], for today's favour..." ("base", xpos="far_left", ypos="head") her "........." ("angry", "base", "base", "mid") - gen "A Handjob to the boy of your choosing!" ("base", xpos="far_left", ypos="head") - her "... again?" ("angry", "narrow", "base", "down") + gen "I require you to give a handjob to the boy of your choosing!" ("base", xpos="far_left", ypos="head") + her "... Again?" ("angry", "narrow", "base", "down") gen "Sure, why not?" ("base", xpos="far_left", ypos="head") - gen "And another {number=current_payout} house points for the Gryffindor house of course." ("base", xpos="far_left", ypos="head") + gen "You'll be receiving {number=current_payout} points for the Gryffindor house, of course." ("base", xpos="far_left", ypos="head") her ".........." ("annoyed", "base", "worried", "R") - gen "So... Are you up for that, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") + gen "So... Are you up for it, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her "I will see what I can do..." ("annoyed", "narrow", "angry", "R") gen "Splendid!" ("base", xpos="far_left", ypos="head") @@ -119,7 +119,7 @@ label end_hg_pr_handjob: # Inner monologue if hg_pr_handjob.counter == 1: - her ".........." ("upset", "narrow", "angry", "R", ypos="head", flip=False, trans=d3) + her ".........." ("upset", "narrow", "angry", "R", ypos="base", xpos="base", flip=True, trans=d3) her "(Do I really have to do this?)" ("upset", "closed", "angry", "mid") her "*Sigh*" ("soft", "closed", "angry", "mid") @@ -137,7 +137,7 @@ label end_hg_pr_handjob: label hg_pr_handjob_intro: call her_walk(action="enter", xpos="mid", ypos="base") - her "Good evening, [name_genie_hermione]." ("base", "base", "base", "mid", xpos="mid", ypos="base", trans=fade) + her "Good evening, [name_genie_hermione]." ("open", "base", "base", "mid", xpos="mid", ypos="base", trans=fade) gen "[name_hermione_genie]..." ("base", xpos="far_left", ypos="head") gen "Did you lend a hand to the needy?" ("base", xpos="far_left", ypos="head") her "Yes, [name_genie_hermione]..." @@ -156,7 +156,7 @@ label hg_pr_handjob_intro: her "......" ("annoyed", "narrow", "angry", "R") gen ".............." ("base", xpos="far_left", ypos="head") - gen "[name_hermione_genie], how did it go?" ("base", xpos="far_left", ypos="head") + gen "Then tell me, how did it go?" ("base", xpos="far_left", ypos="head") return @@ -167,18 +167,18 @@ label hg_pr_handjob_T4_E1: call hg_pr_handjob_intro play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # Music - her "Quite awful... of course..." ("annoyed", "squint", "angry", "mid") + her "Quite awful... Of course..." ("annoyed", "squint", "angry", "mid") gen "Just tell me what happened, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her "I made a complete fool out of myself, that's what happened, [name_genie_hermione]." ("disgust", "narrow", "base", "mid_soft") her "....." gen "..." ("base", xpos="far_left", ypos="head") her ".........." ("annoyed", "base", "worried", "R") her "I don't want to talk about it..." ("annoyed", "narrow", "angry", "R") - her "You told me to go and touch a boy's penis and I did just that, [name_genie_hermione]." + her "You told me to go and touch a boy's penis, and I did just that, [name_genie_hermione]." her "Please, just let me have my points now, [name_genie_hermione]..." ("open", "base", "base", "mid") gen "I did not tell you to \"go and touch a boy's penis\", [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - gen "I told you to give one of your classmates a proper handjob." ("base", xpos="far_left", ypos="head") - her "Well, yes... that was what I meant of course..." ("annoyed", "narrow", "annoyed", "mid") + gen "I told you to give one of your classmates a handjob." ("base", xpos="far_left", ypos="head") + her "Well, yes... That's what I meant of course..." ("annoyed", "narrow", "annoyed", "mid") gen "Did you make him cum, then?" ("base", xpos="far_left", ypos="head") her "[name_genie_hermione]?" ("open", "base", "base", "mid") gen "Did his \"wee-wee\" shoot white stuff at you, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") @@ -188,24 +188,24 @@ label hg_pr_handjob_T4_E1: menu: gen "..." ("base", xpos="far_left", ypos="head") - "\"Well, this doesn't count then.\"": + "\"In that case, it doesn't count.\"": stop music fadeout 4.0 her "What?" ("angry", "wide", "base", "stare") her "But, [name_genie_hermione], I..." - gen "If you didn't make him cum then that wasn't a proper handjob. Period." ("base", xpos="far_left", ypos="head") + gen "If you didn't make him cum, then it wasn't a proper handjob. Period." ("base", xpos="far_left", ypos="head") her "But... But what was it then...?" ("angry", "base", "base", "mid") gen "How should I know? A cock massage?" ("base", xpos="far_left", ypos="head") her "*Aww*..." ("angry", "narrow", "base", "down") her "But I really tried my best..." gen "No handjob - no payment, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her "....." ("angry", "base", "base", "mid") - gen "You are free to go, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") + gen "You are free to go." ("base", xpos="far_left", ypos="head") her "........." ("annoyed", "narrow", "angry", "R") $ states.her.mood +=9 jump end_hg_pr_handjob.no_points - "\"You shall only get half the payment then.\"": + "\"You shall only get half the payment.\"": $ current_payout = int(current_payout/2) her "Oh...?" ("open", "base", "base", "mid") @@ -227,21 +227,21 @@ label hg_pr_handjob_T4_E2: play music "music/(Orchestral) Playful Tension by Shadow16nh.ogg" fadein 1 if_changed # Music her "It went well, [name_genie_hermione]..." ("open", "base", "base", "mid") - her "I asked one of the Gryffindor boys to let me do \"it\" to him..." + her "I asked one of the Gryffindor boys to let me do \"it\" for him..." her "To my surprise he agreed eagerly." ("open", "base", "base", "mid", cheeks="blush") gen "Shocker..." ("base", xpos="far_left", ypos="head") her "So we hid behind one of those huge tapestries in the east wing..." ("open", "closed", "base", "mid", cheeks="blush") - her "And I... wanked him until he came..." ("annoyed", "narrow", "angry", "R", cheeks="blush") + her "And I... Wanked him until he came..." ("annoyed", "narrow", "angry", "R", cheeks="blush") her "........." - her "And I asked him to keep the whole thing a secret, but..." ("angry", "base", "base", "mid", cheeks="blush") + her "After he finished, I asked him to keep the whole thing a secret of course... Although..." ("angry", "base", "base", "mid", cheeks="blush") gen "What's the matter, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") gen "Doubting the honesty of your fellow Gryffindor?" ("base", xpos="far_left", ypos="head") her "Of course not, [name_genie_hermione]." ("upset", "closed", "base", "mid") her "..........................." ("angry", "narrow", "base", "down", cheeks="blush") her "Still... Performing this sort of task could really damage my reputation..." ("angry", "base", "base", "mid", cheeks="blush") gen "Is this your way of asking for a raise, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") - gen "{number=current_payout} points is as high as I can go with this one." ("base", xpos="far_left", ypos="head") - her "Oh... Of course..." ("angry", "narrow", "base", "down") + gen "As it stands, {number=current_payout} points is as high as I can go." ("base", xpos="far_left", ypos="head") + her "Oh... I see..." ("angry", "narrow", "base", "down") gen "Unless, you've changed your mind about having sex with one of your classmates?" ("base", xpos="far_left", ypos="head") her "What?" ("shock", "wide", "base", "stare") her "[name_genie_hermione], I am not a prostitute!" ("angry", "narrow", "base", "down", cheeks="blush") @@ -262,9 +262,9 @@ label hg_pr_handjob_T4_E3: play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # Music her "Awful, [name_genie_hermione]. Simply awful..." ("scream", "happyCl", "worried", "mid") - gen "You've got something... in your hair there..." ("base", xpos="far_left", ypos="head") - her "*Huh*?" ("open", "base", "angry", "mid") - her "Oh, no! I thought I got it all off..." ("angry", "happyCl", "base", "mid", cheeks="blush") + gen "You've got something, right there... In your hair..." ("base", xpos="far_left", ypos="head") + her "In my--" ("open", "base", "angry", "mid") + her "Oh, no! I thought I got it all off!" ("angry", "happyCl", "base", "mid", cheeks="blush") her "One moment..." show screen blkfade @@ -278,14 +278,16 @@ label hg_pr_handjob_T4_E3: gen "*Hmm*... So I suppose you have completed your task?" ("base", xpos="far_left", ypos="head") her "I did, [name_genie_hermione]..." ("annoyed", "narrow", "angry", "R") gen "What's the problem, then?" ("base", xpos="far_left", ypos="head") - her ".........." ("annoyed", "base", "worried", "R") - her "All boys are jerks! That is the problem, [name_genie_hermione]!" ("scream", "closed", "angry", "mid") - her "I gave this one boy a good wanking..." ("open", "narrow", "worried", "down") - her "And do you know how he thanked me?" - her "He got his spunk all over me..." ("scream", "base", "angry", "mid", emote="angry") - her "And he did that on purpose, I know he did!" ("scream", "closed", "angry", "mid") - her "Nasty, good for nothing Ravenclaws..." ("annoyed", "base", "worried", "R") - gen "Well, I'd say a job well done." ("base", xpos="far_left", ypos="head") + her "Boys are jerks, all of them! That is the problem, [name_genie_hermione]!" ("scream", "closed", "angry", "mid") + her "I was kind enough to offer this this one boy a handjob." ("open", "narrow", "angry", "down") + her "And do you know how he thanked me?" ("angry", "narrow", "angry", "mid") + her "By ejaculating all over me!" ("scream", "base", "angry", "mid", emote="angry") + her "And he did that on purpose... I know he did!" ("scream", "closed", "angry", "mid") + her "Nasty, good for nothing, Ravenclaw..." ("annoyed", "base", "angry", "R") + gen "He probably just wanted to reward you for a job well done." ("base", xpos="far_left", ypos="head") + her "What did you say?" ("angry", "base", "worried", "mid") + gen "I say, job well done, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") + her "Oh... I see." ("normal", "base", "worried", "mid") jump end_hg_pr_handjob diff --git a/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy b/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy index 0735333e..c75d6c5b 100644 --- a/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy +++ b/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy @@ -341,7 +341,7 @@ label hg_pr_kiss_T4_E3: gen "By all means." ("base", xpos="far_left", ypos="head") her "*Ehm*..." ("annoyed", "narrow", "angry", "R") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # Music - her "Why are boys so into watching girls make out with each other, [name_genie_hermione]?" ("disgust", "narrow", "base", "mid_soft") + her "How come boys are so fascinated by girls kissing other girls?" ("disgust", "narrow", "base", "mid_soft") menu: gen "..." ("base", xpos="far_left", ypos="head") @@ -349,38 +349,77 @@ label hg_pr_kiss_T4_E3: her "Yes, they are, aren't they...?" ("angry", "narrow", "base", "down") gen "Yes, yes..." ("base", xpos="far_left", ypos="head") gen "And that is why young girls such as yourself..." ("base", xpos="far_left", ypos="head") - gen "Are often interested in a much older gentleman..." ("base", xpos="far_left", ypos="head") + gen "Are often more interested in older gentlemen..." ("base", xpos="far_left", ypos="head") her "??!" ("angry", "base", "base", "mid") her "That is not what I meant, [name_genie_hermione]..." ("annoyed", "narrow", "annoyed", "mid") - "\"You wouldn't understand, girl.\"": her "*Hmm*..." ("upset", "closed", "base", "mid") her "What about you, [name_genie_hermione]?" ("angry", "base", "base", "mid") her "Were you like that when you were younger?" - gen "You mean if I enjoyed watching two girls going at it?" ("base", xpos="far_left", ypos="head") + gen "Are you asking if I enjoyed watching two girls going at it?" ("base", xpos="far_left", ypos="head") gen "Well of course." ("base", xpos="far_left", ypos="head") gen "I still do..." ("base", xpos="far_left", ypos="head") her "Oh..." ("upset", "closed", "base", "mid") - - "\"Kissing girls? Where?!!\"": + "\"Can't have too much of a good thing.\"": + her "What do you mean by that, [name_genie_hermione]?" ("angry", "narrow", "base", "mid") + gen "If you take one thing that you like, and then add another one, then put them together..." ("base", xpos="far_left", ypos="head") + her "*Huh*?" ("annoyed", "narrow", "annoyed", "mid") + gen "Think of it like this, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") + gen "Watching a guy and a girl kissing is kinda gay, since there's a guy involved..." ("base", xpos="far_left", ypos="head") + her "..." ("upset", "narrow", "worried", "mid") + gen "But if you're watching two girls doing it, then it's--" ("base", xpos="far_left", ypos="head") + her "That doesn't make any sense..." ("angry", "narrow", "worried", "mid") + gen "Of course it does!" ("base", xpos="far_left", ypos="head") + gen "Let me explain the maths..." ("base", xpos="far_left", ypos="head") + gen "A guy and a girl kissing is fifty percent gay, because there's a guy involved..." ("base", xpos="far_left", ypos="head") + gen "So if there's two girls, and no guy, that makes it zero percent gay!" ("grin", xpos="far_left", ypos="head") + gen "(Although...{w=0.4} That does make it lesbian...{w=0.4} Which is a hundred percent gay.)" ("base", xpos="far_left", ypos="head") + her "[name_genie_hermione]?" ("upset", "narrow", "worried", "mid") + gen "*Hmm*...{w=0.4} Perhaps there isn't a straight answer to your question after all, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") + "\"Where are you kissing exactly?!!\"": her "*Tsk*!......................" ("angry", "base", "angry", "mid", emote="angry") her "Well, I am only asking you this, [name_genie_hermione], because..." ("open", "narrow", "worried", "down") - her "... it is sort of becoming a new trend in our school..." ("angry", "base", "base", "mid") - her "Some girls are willing to do this simply to catch the attention of the boy they fancy..." - gen "Are you one of those girls, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") - her "I suppose..." ("angry", "narrow", "base", "down") - her "I mean, only because of the favours you buy from me, [name_genie_hermione]..." ("upset", "closed", "base", "mid") - gen "Good... Tell me more." ("base", xpos="far_left", ypos="head") - her "Well, as you know, I am quite popular..." ("smile", "happyCl", "base", "mid", emote="happy") - her "So all I had to do is just mention that I would not mind doing it today..." ("base", "happyCl", "base", "mid") - her "And I had half a dozen girls lined up instantly..." - her "I chose a girl from Gryffindor of course..." ("base", "base", "base", "mid") - her "And we put on a little show right in the middle of the classroom..." ("open", "base", "base", "mid") - gen "Good... Tongue and everything?" ("base", xpos="far_left", ypos="head") - her "Tongue and everything, [name_genie_hermione]." ("annoyed", "base", "worried", "R") - gen "Nicely done." ("base", xpos="far_left", ypos="head") - her "" ("base", "base", "base", "mid") + her "... It's sort of becoming a new trend at our school..." ("angry", "base", "base", "mid") + her "Some of the girls are willing to do this, simply to catch the attention of some boy..." + gen "Aren't you one of those girls, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") + her "What do you mean by that, [name_genie_hermione]?" ("angry", "narrow", "base", "down") + gen "You've got my undivided attention, any time you're telling me about kissing other girls... And speaking of..." ("base", xpos="far_left", ypos="head") + her "I think you've got it a bit backwards, [name_genie_hermione]..." ("upset", "closed", "base", "mid") + gen "Attention span... Slowly fading..." ("base", xpos="far_left", ypos="head") + her "Right..." ("open", "narrow", "base", "mid") + her "I suppose I'll tell you about the kissing booth I set up today." + gen "A kissing booth? Now we're talking." ("grin", xpos="far_left", ypos="head") + her "Well, as you know, I am quite popular..." ("base", "closed", "base", "mid") + her "And I thought... Why should I approach a bunch of girls, if I could have them come to me..." ("base", "happyCl", "base", "mid") + her "So, I set up a kissing both, and to nobody's surprise, I had half a dozen girls lining up instantly..." ("base", "base", "base", "mid") + gen "Impressive..." ("base", xpos="far_left", ypos="head") + gen "I presume you went through the line efficiently, yet still provided a service at the standard expected from a Gryffindor student?" ("base", xpos="far_left", ypos="head") + her "That certainly was my intention, although that's not exactly what happened..." ("soft", "narrow", "base", "R") + gen "Right?" ("base", xpos="far_left", ypos="head") + gen "Don't tell me you forgot to use tongue?" ("base", xpos="far_left", ypos="head") + her "Of course I did, [name_genie_hermione]... I used tongue and everything." ("annoyed", "base", "worried", "R") + her "The problem is, I set up the booth with the intention of kissing as many girls as I could, in a single day--" + gen "Someone's started to get greedy..." ("base", xpos="far_left", ypos="head") + her "--In the hopes that by doing so, I could earn myself some extra points..." ("annoyed", "base", "base", "mid") + gen "That's what I meant to say." ("base", xpos="far_left", ypos="head") + her "Anyway..." ("open", "narrow", "base", "R") + her "It didn't exactly go to plan... In fact, I only had enough time to kiss a single girl, during that whole free period." ("open", "base", "base", "mid") + gen "A single girl?" ("base", xpos="far_left", ypos="head") + her "Yes [name_genie_hermione]... {b}One{/b} girl..." ("annoyed", "base", "worried", "R") + her "We started with some light pecking on the lips, but then I made the mistake of giving her a little bit of tongue..." ("annoyed", "base", "worried", "R") + her "She took that as an invitation to get serious, and promptly wrapped her tongue around mine." ("open", "base", "worried", "mid", cheeks="blush") + her "The other girls in line didn't seem to like this, and their outcries brought the attention of a group of Slytherin boys." ("open", "base", "worried", "mid") + her "Once the boys realised what was going on, they rushed up to watch... Pushing the girls who had been waiting their turn to the side." ("annoyed", "base", "worried", "mid") + her "Of course, normally, I would've interjected, and given them a piece of my mind..." ("angry", "closed", "worried", "mid") + her "But the girl who I was kissing, instead of breaking the kiss, basked in the attention and pulled me even closer towards her." ("angry", "base", "worried", "mid") + her "And she kept going at it, right up until our classes were resuming." ("annoyed", "base", "base", "mid") + her "So, due to her not letting go, and the Slytherin boys pushing away the other girls, I didn't manage to get more than one kiss today." + gen "Sounds to me like your kissing booth idea was way too affective." ("base", xpos="far_left", ypos="head") + her "Affective, [name_genie_hermione]? Don't you mean--{w=0.2} Oh...{w=0.4} Yes, perhaps you're right..." ("angry", "narrow", "base", "mid") + gen "Either way... You've still done what I've asked of you today." ("base", xpos="far_left", ypos="head") + gen "Nicely done [name_hermione_genie]." ("base", xpos="far_left", ypos="head") + her "" ("base", "narrow", "base", "down") jump end_hg_pr_kiss diff --git a/game/scripts/events/final_events.rpy b/game/scripts/events/final_events.rpy index afef63fc..d7daab07 100644 --- a/game/scripts/events/final_events.rpy +++ b/game/scripts/events/final_events.rpy @@ -14,7 +14,7 @@ label ball_quest_E1: gen "*Ehm*... Sure..." ("base", xpos="far_left", ypos="head") her "Please excuse me if I am being too direct with this, [name_genie_hermione]..." ("normal", "squint", "angry", "mid") her "But I think you should put {b}me{/b} in charge." ("open", "closed", "angry", "mid") - her "I did it last year and it was the best organised \"autumn ball\" Hogwarts has had in years." ("open", "closed", "base", "mid") + her "I did it last year, and it was the best organised \"autumn ball\" Hogwarts has had in years." ("open", "closed", "base", "mid") her "You said so yourself, [name_genie_hermione]. Do you remember?" ("normal", "base", "base", "mid") gen "Right, of course..." ("base", xpos="far_left", ypos="head") her "So, is this a yes?" ("base", "base", "base", "mid") @@ -36,7 +36,7 @@ label ball_quest_E1: her "Yes, [name_genie_hermione]?" ("normal", "squint", "angry", "mid") $ d_flag_01 = False - $ d_flag_02 = False + $ d_flag_02 = False # Have sex with me $ d_flag_03 = False # Masturbation flag label .choices: @@ -64,7 +64,7 @@ label ball_quest_E1: $ states.her.mood += 10 $ d_flag_02 = True - her "I will have to... sleep...?" ("angry", "wide", "base", "mid") + her "I will have to--{w=0.2} Sleep...?" ("angry", "wide", "base", "mid") her "..................." ("angry", "base", "angry", "mid", cheeks="blush") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. her "I am not stupid, [name_genie_hermione]... Quite the opposite in fact." ("angry", "closed", "angry", "mid", cheeks="blush") @@ -485,10 +485,10 @@ label ball_quest_E2: gen "I'm guessing that's bad?" ("base", xpos="far_left", ypos="head") sna "Bad?{w} {size=+5}BAD?!{/size}" ("snape_10") sna "{size=+5}That's a catastrophe!{/size}" ("snape_15") - sna "last year's ball was completely horrible!" ("snape_16") + sna "Last year's ball was completely horrible!" ("snape_16") gen "Was it? I heard differently..." ("base", xpos="far_left", ypos="head") sna "Oh really? And who told you that?" ("snape_10") - gen "not a very reliable source apparently..." ("base", xpos="far_left", ypos="head") + gen "Not a very reliable source apparently..." ("base", xpos="far_left", ypos="head") sna "Dammit... Dammit all to hell..." ("snape_08") sna "I had big plans for the thing..." ("snape_07") gen "Really? Like what?" ("base", xpos="far_left", ypos="head") @@ -517,10 +517,9 @@ label ball_quest_E2: sna "And since you are my boss..." sna "I don't know why I even bother teaching those so-called students..." ("snape_06") gen "To maintain the charade?" ("base", xpos="far_left", ypos="head") - gen "for the Same reason why I never leave this room...?" ("base", xpos="far_left", ypos="head") sna "Right..." ("snape_05") sna "But you know what else could endanger our little enterprise?" - sna "Me losing it during class and strangling a couple of Gryffindor maggots with my bare hands..." ("snape_07") + sna "Me losing it during class, and strangling a couple of Gryffindor maggots with my bare hands..." ("snape_07") gen "*Hmm*... I see your point..." ("base", xpos="far_left", ypos="head") sna "Seriously, man... I need a drink..." ("snape_06")