From 9a088d22e11314b22e03a2bd6d5307512575c1d3 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:56:01 +0100 Subject: [PATCH] Fix 9ee1de9 (cherry picked from commit 5252c7eae291bd2e29681ffbe705295adb3dacf0) --- game/scripts/wardrobe/wardrobe.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(