forked from SilverStudioGames/WTS
Bug fix
* Fixed a crash during outfit overwrite due to invoking a wrong method
This commit is contained in:
parent
76cad4f443
commit
6ce3a71391
@ -426,7 +426,7 @@ label wardrobe_menu():
|
|||||||
_outfit.schedule = _old_schedule
|
_outfit.schedule = _old_schedule
|
||||||
|
|
||||||
char_active.outfits[_index] = _outfit
|
char_active.outfits[_index] = _outfit
|
||||||
_outfit.button(current_subcategory)
|
_outfit.build_button(current_subcategory)
|
||||||
renpy.notify("Overwritten.")
|
renpy.notify("Overwritten.")
|
||||||
else:
|
else:
|
||||||
renpy.notify("Save failed: Cancelled by user.")
|
renpy.notify("Save failed: Cancelled by user.")
|
||||||
|
Loading…
Reference in New Issue
Block a user