mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Random fixes and penumbra attach update.
This commit is contained in:
parent
78fd4ce9b9
commit
dbdaaf1ca8
15 changed files with 264 additions and 180 deletions
|
|
@ -150,7 +150,7 @@ namespace Glamourer.Customization
|
|||
var row = _listSheet.GetRow(((uint) race - 1) * 2 - 1 + (uint) gender)!;
|
||||
var set = new CustomizationSet(race, gender)
|
||||
{
|
||||
HairStyles = race.ToRace() == Race.Hrothgar ? HrothgarFaces(row) : GetHairStyles(race, gender),
|
||||
HairStyles = GetHairStyles(race, gender),
|
||||
HairColors = hair,
|
||||
SkinColors = skin,
|
||||
EyeColors = _eyeColorPicker,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue