diff --git a/game/scripts/doll/main.rpy b/game/scripts/doll/main.rpy index 63fdc299..327cedf5 100644 --- a/game/scripts/doll/main.rpy +++ b/game/scripts/doll/main.rpy @@ -79,7 +79,7 @@ init python: self.build_image() - renpy.store.states.dolls[name] = self + states.dolls[name] = self def generate_hash(self): clothes_hash = str([x[0]._hash for x in self.states.values() if istype(x[0], (DollCloth, DollClothDynamic, DollMakeup)) and x[2]])