Fix lizards losing snouts when equipping a head bandana (#29979)

* say goodbye to no-snout lizards

* remove snout from plague doctor hat HideLayerClothing component
This commit is contained in:
Luiz Costa
2024-07-13 23:59:45 -03:00
committed by GitHub
parent a06309b964
commit 87467a358b
5 changed files with 25 additions and 1 deletions

View File

@@ -20,6 +20,8 @@
- state: icon_mask
map: [ "unfoldedLayer" ]
visible: false
- type: HideLayerClothing # needed since head bandana inherits from mask bandana
slots: []
- type: Tag
tags:
- Bandana

View File

@@ -391,7 +391,6 @@
- type: HideLayerClothing
slots:
- Hair
- Snout
- HeadTop
- HeadSide

View File

@@ -11,6 +11,9 @@
- HEAD
unfoldedSlots:
- MASK
foldedHideLayers: []
unfoldedHideLayers:
- Snout
- type: Mask
- type: IngestionBlocker
- type: IdentityBlocker