Fixes Jumpskirts (#1442)

This commit is contained in:
Swept
2020-07-21 23:37:46 +00:00
committed by GitHub
parent 5bf0bda4c7
commit 1386b8ca2d

View File

@@ -32,6 +32,7 @@ namespace Content.Client.GameObjects.Components.Clothing
base.ExposeData(serializer);
serializer.DataField(ref _femaleMask, "femaleMask", FemaleClothingMask.UniformFull);
serializer.DataField(this, p => p.ClothingEquippedPrefix, "ClothingPrefix", null);
}
public (RSI rsi, RSI.StateId stateId)? GetEquippedStateInfo(EquipmentSlotDefines.SlotFlags slot)