Harpy Layers Fix (#6406)
* Harpy Layers Fix * Remove unused Dependency * Commented out Visual Subscribes, Add RArmExtension has a hideable layer for hardsuits * Untouch Harpy Visuals
This commit is contained in:
parent
06429d050a
commit
7f11e1eebb
|
|
@ -154,6 +154,7 @@
|
||||||
slots: OUTERCLOTHING
|
slots: OUTERCLOTHING
|
||||||
- type: HideLayerClothing
|
- type: HideLayerClothing
|
||||||
slots:
|
slots:
|
||||||
|
- RArmExtension # Delta V - Added for the hideable Harpy Wings
|
||||||
- Tail
|
- Tail
|
||||||
- type: CosmicTransmutable # DeltaV
|
- type: CosmicTransmutable # DeltaV
|
||||||
transmutesTo: ClothingOuterHardsuitCosmicCult
|
transmutesTo: ClothingOuterHardsuitCosmicCult
|
||||||
|
|
|
||||||
|
|
@ -200,6 +200,10 @@
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: [ OrganBaseTorsoSexed, OrganBaseTorso, OrganHarpyExternal ]
|
parent: [ OrganBaseTorsoSexed, OrganBaseTorso, OrganHarpyExternal ]
|
||||||
id: OrganHarpyTorso
|
id: OrganHarpyTorso
|
||||||
|
components:
|
||||||
|
- type: VisualOrganMarkings
|
||||||
|
hideableLayers:
|
||||||
|
- enum.HumanoidVisualLayers.Tail
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: [ OrganHarpyTorso ]
|
parent: [ OrganHarpyTorso ]
|
||||||
|
|
@ -238,6 +242,8 @@
|
||||||
id: OrganHarpyArmRight
|
id: OrganHarpyArmRight
|
||||||
components:
|
components:
|
||||||
- type: VisualOrganMarkings
|
- type: VisualOrganMarkings
|
||||||
|
hideableLayers:
|
||||||
|
- enum.HumanoidVisualLayers.RArmExtension
|
||||||
markingData:
|
markingData:
|
||||||
layers:
|
layers:
|
||||||
- RArmExtension
|
- RArmExtension
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue