From 9befd927a876774f346a2e770291365ca5df11c0 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:58:41 +0200 Subject: [PATCH] fix --- game/scripts/doll/main.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/doll/main.rpy b/game/scripts/doll/main.rpy index 1a3621be..63fdc299 100644 --- a/game/scripts/doll/main.rpy +++ b/game/scripts/doll/main.rpy @@ -1,4 +1,4 @@ -define renpy.store.states.dolls = {} +define states.dolls = {} init python: class Doll(DollMethods):