forked from SilverStudioGames/WTS
Fix 9ee1de9
(cherry picked from commit 5252c7eae291bd2e29681ffbe705295adb3dacf0)
This commit is contained in:
parent
ef17df3698
commit
9a088d22e1
@ -244,6 +244,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:
|
||||||
@ -252,8 +253,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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user