From 68ad738cf38dc1fbaac7f6d19df482720dea1e6b Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Wed, 26 Jun 2024 17:40:25 +0100 Subject: [PATCH] Bug fix --- game/scripts/characters/cho/common.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/characters/cho/common.rpy b/game/scripts/characters/cho/common.rpy index 96cb1242..522cf567 100644 --- a/game/scripts/characters/cho/common.rpy +++ b/game/scripts/characters/cho/common.rpy @@ -91,7 +91,7 @@ init python in character: name_suffix = "" if what: - side_doll = At(renpy.store.cho.image, doll_transform(renpy.store.cho.pos, renpy.store.cho.zoom, renpy.store.cho.xzoom)) if head_only else None + side_doll = renpy.store.At(renpy.store.cho.image, renpy.store.doll_transform(renpy.store.cho.pos, renpy.store.cho.zoom, renpy.store.cho.xzoom)) if head_only else None cho_say(what, who_prefix=name_prefix, who_suffix=name_suffix, show_side_doll=side_doll, **kwargs) if temp_face: