diff --git a/game/scripts/wardrobe/wardrobe.rpy b/game/scripts/wardrobe/wardrobe.rpy index 3499309d..477517d9 100644 --- a/game/scripts/wardrobe/wardrobe.rpy +++ b/game/scripts/wardrobe/wardrobe.rpy @@ -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.")