diff --git a/game/scripts/characters/cho/events/quidditch/intros.rpy b/game/scripts/characters/cho/events/quidditch/intros.rpy index 045e7c99..3790296c 100644 --- a/game/scripts/characters/cho/events/quidditch/intros.rpy +++ b/game/scripts/characters/cho/events/quidditch/intros.rpy @@ -1522,7 +1522,7 @@ label cho_quid_E12: $ hooch_chibi.zorder = 4 call room("quidditch_pitch") call cho_chibi("stand", "right", "base", flip=False) - call gen_walk(xpos="mid", flip=False) + call gen_chibi("stand", "mid", 470, flip=False) chibi hooch place ((450, 500)) hoo @ cheeks blush "" ("base", "narrow", "base", "R", xpos=100, ypos="base", flip=True) diff --git a/game/scripts/characters/hermione/summon.rpy b/game/scripts/characters/hermione/summon.rpy index 7e062092..0313a358 100644 --- a/game/scripts/characters/hermione/summon.rpy +++ b/game/scripts/characters/hermione/summon.rpy @@ -253,7 +253,7 @@ label hermione_favor_menu: her "What about tomorrow?" ("base","squint", "base", "mid") gen "I made a graph detailing the current daily average points Slytherin gain... It doesn't look that great." ("grin", xpos="far_left", ypos="head") gen "Just think about it." ("base", xpos="far_left", ypos="head") - jump hermione_favors_convinced_check + jump .convinced else: her "The Gryffindor house is in the lead. I don't need to do this." ("base", "base", "base", "mid_soft", trans=d3) if states.her.level >= 15: @@ -262,7 +262,9 @@ label hermione_favor_menu: gen "Are you sure it's not within your house best interests?" ("base", xpos="far_left", ypos="head") her "What do you mean?" ("soft", "happy", "base", "mid") gen "Think about the future..." ("grin", xpos="far_left", ypos="head") - label hermione_favors_convinced_check: + + label .convinced: + if states.her.level >=20: gen "If you do it now it could secure--" ("base", xpos="far_left", ypos="head") her "I'll do it!" ("angry", "happy", "base", "mid")