Bug fix
* Fixed imported outfits not appearing in the list, until the category of the wardrobe is changed.
This commit is contained in:
parent
e93aa18285
commit
b54a65a7ee
@ -473,6 +473,7 @@ label wardrobe_menu():
|
|||||||
|
|
||||||
elif __choice[0] == "import":
|
elif __choice[0] == "import":
|
||||||
$ _outfit = char_active.import_outfit(__choice[1])
|
$ _outfit = char_active.import_outfit(__choice[1])
|
||||||
|
$ category_items = set_wardrobe_categories(current_category)
|
||||||
|
|
||||||
elif __choice[0] == "schedule":
|
elif __choice[0] == "schedule":
|
||||||
$ renpy.call_screen("wardrobe_schedule_menuitem", __choice[1])
|
$ renpy.call_screen("wardrobe_schedule_menuitem", __choice[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user