diff --git a/game/scripts/doll/main.rpy b/game/scripts/doll/main.rpy index 5bda4655..450eedfc 100644 --- a/game/scripts/doll/main.rpy +++ b/game/scripts/doll/main.rpy @@ -75,6 +75,8 @@ init python: self.modpath = "mods/" + posixpath.normpath(modpath) if modpath else "" + self.build_image() + # Add doll name to global doll states store try: renpy.store.states.dolls.add(name)