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