Convert Unknown Equipslots to Head for DemiHuman IMC.

This commit is contained in:
Ottermandias 2022-12-25 14:40:32 +01:00
parent 8bca3d82f5
commit 3e26972a15
2 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ public readonly struct ImcManipulation : IMetaManipulation< ImcManipulation >
{
BodySlot = BodySlot.Unknown;
SecondaryId = secondaryId;
EquipSlot = equipSlot;
EquipSlot = equipSlot == EquipSlot.Unknown ? EquipSlot.Head : equipSlot;
}
else
{