* Fixed imported outfits not appearing in the list, until the category of the wardrobe is changed.
This commit is contained in:
LoafyLemon 2024-03-30 19:47:54 +00:00
parent e93aa18285
commit b54a65a7ee
1 changed files with 1 additions and 0 deletions

View File

@ -473,6 +473,7 @@ label wardrobe_menu():
elif __choice[0] == "import":
$ _outfit = char_active.import_outfit(__choice[1])
$ category_items = set_wardrobe_categories(current_category)
elif __choice[0] == "schedule":
$ renpy.call_screen("wardrobe_schedule_menuitem", __choice[1])