diff --git a/game/scripts/wardrobe/functions.rpy b/game/scripts/wardrobe/functions.rpy index ea972f46..727dc90e 100644 --- a/game/scripts/wardrobe/functions.rpy +++ b/game/scripts/wardrobe/functions.rpy @@ -23,7 +23,7 @@ init -1 python: def get_character_object(key): __check_exists(key) - return getattr(store, key) + return states.dolls[key] def get_character_outfit(key, typ="default"): __check_exists(key)