From 5286827d6ebd64e94e4a447a53ff501644e5bd96 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Tue, 31 Oct 2023 11:45:05 +0000 Subject: [PATCH] Bug fixes * Fixed a typos in character name references --- game/scripts/characters/hermione/events/items/butt_plugs.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/scripts/characters/hermione/events/items/butt_plugs.rpy b/game/scripts/characters/hermione/events/items/butt_plugs.rpy index 5e14d882..16bedde1 100644 --- a/game/scripts/characters/hermione/events/items/butt_plugs.rpy +++ b/game/scripts/characters/hermione/events/items/butt_plugs.rpy @@ -34,7 +34,7 @@ label hg_butt_plugs: gen "Today, I want you to wear a butt plug around the school." ("base", xpos="far_left", ypos="head") her "You want me to...{w=0.4} What?!" ("angry", "wide", "worried", "mid") gen "Wear a--" ("base", xpos="far_left", ypos="head") - her "[name_genie_hermione_], I can't believe you'd do this!" ("angry", "happyCl", "worried", "mid") + her "[name_genie_hermione], I can't believe you'd do this!" ("angry", "happyCl", "worried", "mid") her "I'm leaving!" ("angry", "base", "worried", "R") call her_walk(action="leave") @@ -164,7 +164,7 @@ label hg_butt_plugs: gen "Today, I want you to wear a butt plug around the school." ("base", xpos="far_left", ypos="head") her "You want me to...{w=0.4} What?!" ("angry", "wide", "worried", "mid") gen "Wear a--" ("base", xpos="far_left", ypos="head") - her "[name_genie_hermione_], I can't believe you'd do this!" ("angry", "happyCl", "worried", "mid") + her "[name_genie_hermione], I can't believe you'd do this!" ("angry", "happyCl", "worried", "mid") her "I'm leaving!" ("angry", "base", "worried", "R") call her_walk(action="leave")