Make some stuff work.

This commit is contained in:
Ottermandias 2023-06-02 23:21:07 +02:00
parent 4eb46a9fff
commit e79ee55f3b
8 changed files with 69 additions and 12 deletions

View file

@ -61,7 +61,12 @@ public unsafe struct Customize
private static Customize GenerateDefault()
{
var ret = new Customize();
var ret = new Customize
{
Race = Race.Hyur,
Clan = SubRace.Midlander,
Gender = Gender.Male,
};
ret.Set(CustomizeIndex.BodyType, (CustomizeValue)1);
ret.Set(CustomizeIndex.Height, (CustomizeValue)50);
ret.Set(CustomizeIndex.Face, (CustomizeValue)1);