mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
This time correctly, maybe?
This commit is contained in:
parent
22be9f2d07
commit
17d8826ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ internal partial record ResolveContext
|
|||
if (characterRaceCode == GenderRace.MidlanderMale)
|
||||
return GenderRace.MidlanderMale;
|
||||
|
||||
var accessory = IsEquipmentSlot(slotIndex);
|
||||
var accessory = !IsEquipmentSlot(slotIndex);
|
||||
if ((ushort)characterRaceCode % 10 != 1 && accessory)
|
||||
return GenderRace.MidlanderMale;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue