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:
Coryn 2026-08-10 18:14:55 +02:00 committed by GitHub
parent 06429d050a
commit 7f11e1eebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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