Fix IMC Stupid.

This commit is contained in:
Ottermandias 2024-05-28 11:20:17 +02:00
parent eb2a9b8109
commit 255d11974f
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ public static class ImcManipulationDrawer
};
identifier = identifier with
{
ObjectType = type,
EquipSlot = equipSlot,
SecondaryId = identifier.SecondaryId == 0 ? 1 : identifier.SecondaryId,
};