From 0ed0f9aa9f30bb0d59b159d40936308336edbc84 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Thu, 16 May 2024 17:39:18 +0100 Subject: [PATCH] Fix Snape ypos head --- game/scripts/characters/snape/common.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/scripts/characters/snape/common.rpy b/game/scripts/characters/snape/common.rpy index 3e02971e..cdc2538d 100644 --- a/game/scripts/characters/snape/common.rpy +++ b/game/scripts/characters/snape/common.rpy @@ -25,9 +25,9 @@ init python: # It's not ideal, but it's better than having to change all calls manually. if states.sna.image.ypos in ("head", head_ypos): xoffset = -25 - yoffset = 150 + yoffset = 0 else: - xoffset = -50 + xoffset = 0 yoffset = 0 if face: