From 2bdd5138ce51f3755e74b9e2a8535967ea8ae3ee Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Mon, 27 May 2024 18:57:46 +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 5087295a..98829360 100644 --- a/game/scripts/characters/cho/common.rpy +++ b/game/scripts/characters/cho/common.rpy @@ -38,7 +38,7 @@ init python in character: def show(): renpy.store.cho.show(force=True) - renpy.with_statement({"dolls": trans or d2}) + renpy.with_statement({"dolls": trans or renpy.store.d2}) face = {"mouth": mouth, "eyes": eyes, "eyebrows": eyebrows, "pupils": pupils, "cheeks": cheeks, "tears": tears} temp_face = renpy.game.context().temporary_attributes