From 5aecfe01f5c9b70643d95019a633907e890b6dbf Mon Sep 17 00:00:00 2001 From: Johnny Date: Wed, 29 Jun 2022 21:18:10 +0200 Subject: [PATCH] Minor fix * Set Snape Doll xpos in Potions intro --- game/scripts/events/potions/intro.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/events/potions/intro.rpy b/game/scripts/events/potions/intro.rpy index 00edf736..f046c1f6 100644 --- a/game/scripts/events/potions/intro.rpy +++ b/game/scripts/events/potions/intro.rpy @@ -22,7 +22,7 @@ label potions_intro_E0: $ snape_office_desk_OBJ.set_image("snape_desk_work_idle") with d3 - sna "... Genie?" ("snape_01", ypos="head", trans=d3) + sna "... Genie?" ("snape_01", ypos="head", xpos="base", trans=d3) gen "(Oh shit...)" ("angry", xpos="far_left", ypos="head")