diff --git a/game/scripts/wardrobe/wardrobe.rpy b/game/scripts/wardrobe/wardrobe.rpy index ab43b627..56e290ad 100644 --- a/game/scripts/wardrobe/wardrobe.rpy +++ b/game/scripts/wardrobe/wardrobe.rpy @@ -244,6 +244,7 @@ label wardrobe_menu(): $ renpy.dynamic( wardrobe_subcategories = char_active.wardrobe, + current_category = "head", ) python: if renpy.android: @@ -252,8 +253,6 @@ label wardrobe_menu(): wardrobe_subcategories.update(outfits=dict.fromkeys(("load", "save", "delete", "schedule", "import", "export"), char_active.outfits)) $ renpy.dynamic( - # Defaults - current_category = "head", category_items = set_wardrobe_categories(current_category), ) $ renpy.dynamic(