* Fixed a crash during outfit overwrite due to invoking a wrong method
This commit is contained in:
LoafyLemon 2023-07-16 16:57:53 +01:00
parent 76cad4f443
commit 6ce3a71391

View File

@ -426,7 +426,7 @@ label wardrobe_menu():
_outfit.schedule = _old_schedule
char_active.outfits[_index] = _outfit
_outfit.button(current_subcategory)
_outfit.build_button(current_subcategory)
renpy.notify("Overwritten.")
else:
renpy.notify("Save failed: Cancelled by user.")