This commit is contained in:
Gouvernathor 2023-11-19 21:56:01 +01:00
parent aeaeea5d2c
commit 5252c7eae2
1 changed files with 1 additions and 2 deletions

View File

@ -566,6 +566,7 @@ label wardrobe_menu():
$ renpy.dynamic( $ renpy.dynamic(
wardrobe_subcategories = char_active.wardrobe, wardrobe_subcategories = char_active.wardrobe,
current_category = "head",
) )
python: python:
if renpy.android: if renpy.android:
@ -574,8 +575,6 @@ label wardrobe_menu():
wardrobe_subcategories.update(outfits=dict.fromkeys(("load", "save", "delete", "schedule", "import", "export"), char_active.outfits)) wardrobe_subcategories.update(outfits=dict.fromkeys(("load", "save", "delete", "schedule", "import", "export"), char_active.outfits))
$ renpy.dynamic( $ renpy.dynamic(
# Defaults
current_category = "head",
category_items = set_wardrobe_categories(current_category), category_items = set_wardrobe_categories(current_category),
) )
$ renpy.dynamic( $ renpy.dynamic(