Allow change of bodytype.

This commit is contained in:
Ottermandias 2023-12-24 14:37:36 +01:00
parent d81a6b7f6f
commit fcca756e20
4 changed files with 28 additions and 2 deletions

View file

@ -117,6 +117,8 @@ public partial class CustomizationDrawer(DalamudPluginInterface pi, CustomizeSer
return DrawArtisan();
DrawRaceGenderSelector();
DrawBodyType();
_set = _service.Manager.GetSet(_customize.Clan, _customize.Gender);
foreach (var id in _set.Order[CharaMakeParams.MenuType.Percentage])