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
|
||||
- type: HideLayerClothing
|
||||
slots:
|
||||
- RArmExtension # Delta V - Added for the hideable Harpy Wings
|
||||
- Tail
|
||||
- type: CosmicTransmutable # DeltaV
|
||||
transmutesTo: ClothingOuterHardsuitCosmicCult
|
||||
|
|
|
|||
|
|
@ -200,6 +200,10 @@
|
|||
- type: entity
|
||||
parent: [ OrganBaseTorsoSexed, OrganBaseTorso, OrganHarpyExternal ]
|
||||
id: OrganHarpyTorso
|
||||
components:
|
||||
- type: VisualOrganMarkings
|
||||
hideableLayers:
|
||||
- enum.HumanoidVisualLayers.Tail
|
||||
|
||||
- type: entity
|
||||
parent: [ OrganHarpyTorso ]
|
||||
|
|
@ -238,6 +242,8 @@
|
|||
id: OrganHarpyArmRight
|
||||
components:
|
||||
- type: VisualOrganMarkings
|
||||
hideableLayers:
|
||||
- enum.HumanoidVisualLayers.RArmExtension
|
||||
markingData:
|
||||
layers:
|
||||
- RArmExtension
|
||||
|
|
|
|||
Loading…
Reference in New Issue