mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Rename eqp entry 14 to DisableBreastPhysics.
This commit is contained in:
parent
39fbf128c2
commit
795d605d3f
1 changed files with 49 additions and 49 deletions
|
|
@ -23,7 +23,7 @@ namespace Penumbra.GameData.Structs
|
|||
BodyShowNecklace = 0x08_00ul,
|
||||
BodyShowBracelet = 0x10_00ul,
|
||||
BodyShowTail = 0x20_00ul,
|
||||
_14 = 0x40_00ul,
|
||||
DisableBreastPhysics = 0x40_00ul,
|
||||
_15 = 0x80_00ul,
|
||||
BodyMask = 0xFF_FFul,
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ namespace Penumbra.GameData.Structs
|
|||
EqpEntry.BodyShowNecklace => EquipSlot.Body,
|
||||
EqpEntry.BodyShowBracelet => EquipSlot.Body,
|
||||
EqpEntry.BodyShowTail => EquipSlot.Body,
|
||||
EqpEntry._14 => EquipSlot.Body,
|
||||
EqpEntry.DisableBreastPhysics => EquipSlot.Body,
|
||||
EqpEntry._15 => EquipSlot.Body,
|
||||
|
||||
EqpEntry.LegsEnabled => EquipSlot.Legs,
|
||||
|
|
@ -224,7 +224,7 @@ namespace Penumbra.GameData.Structs
|
|||
EqpEntry.BodyShowNecklace => "Show Necklace",
|
||||
EqpEntry.BodyShowBracelet => "Show Bracelet",
|
||||
EqpEntry.BodyShowTail => "Show Tail",
|
||||
EqpEntry._14 => "Unknown 14",
|
||||
EqpEntry.DisableBreastPhysics => "Disable Breast Physics",
|
||||
EqpEntry._15 => "Unknown 15",
|
||||
|
||||
EqpEntry.LegsEnabled => "Enabled",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue