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 e13ceb80..82481807 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 @@ -66,13 +66,13 @@ label hg_pf_admire_breasts: call her_walk("door", "base") if her_tier <= 1 and hg_pf_admire_breasts.points == 1: - her "........................" ("disgust", "narrow", "base", "down", cheeks="blush", xpos="right", flip=True, trans=d3) + her "........................" ("disgust", "narrow", "base", "down", cheeks="blush", xpos="far_right", flip=True, trans=d3) elif her_tier <= 2 and hg_pf_admire_breasts.points == 1: - her "(How humiliating... What have I become...?)" ("disgust", "narrow", "base", "down", cheeks="blush", xpos="right", flip=True, trans=d3) + her "(How humiliating... What have I become...?)" ("disgust", "narrow", "base", "down", cheeks="blush", xpos="far_right", flip=True, trans=d3) elif her_tier <= 2: - her "........................" ("disgust", "narrow", "base", "down", cheeks="blush", xpos="right", flip=True, trans=d3) + her "........................" ("disgust", "narrow", "base", "down", cheeks="blush", xpos="far_right", flip=True, trans=d3) elif her_tier <= 3 and hg_pf_admire_breasts.points == 1: - her "{size=-5}(That was so humiliating...){/size}" ("base", "narrow", "base", "up", cheeks="blush", xpos="right", flip=True, trans=d3) + her "{size=-5}(That was so humiliating...){/size}" ("base", "narrow", "base", "up", cheeks="blush", xpos="far_right", flip=True, trans=d3) her "{size=-5}(No, Hermione, you silly girl!){/size}" ("angry", "base", "angry", "mid", cheeks="blush") her "{size=-5}(We are doing this to protect the honour of our house!){/size}" ("angry", "base", "angry", "mid", cheeks="blush") her "................................." ("base", "narrow", "base", "up", cheeks="blush") diff --git a/game/scripts/characters/hermione/events/tutoring.rpy b/game/scripts/characters/hermione/events/tutoring.rpy index 99f3264f..ee484cfd 100644 --- a/game/scripts/characters/hermione/events/tutoring.rpy +++ b/game/scripts/characters/hermione/events/tutoring.rpy @@ -57,6 +57,7 @@ label hg_tutor_start: gen "(I have taught her everything there was to teach.)" ("base", xpos="far_left", ypos="head") else: gen "(She's not ready for her next lesson yet.)" ("base", xpos="far_left", ypos="head") + gen "(I should ask her for some favours first.)" ("base", xpos="far_left", ypos="head") jump hermione_requests diff --git a/game/scripts/wardrobe/studio.rpy b/game/scripts/wardrobe/studio.rpy index a4083fde..566240ca 100644 --- a/game/scripts/wardrobe/studio.rpy +++ b/game/scripts/wardrobe/studio.rpy @@ -7,6 +7,7 @@ default studio.drags = None init python in studio: import os import functools + import posixpath Transform = renpy.store.Transform Flatten = renpy.store.Flatten