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:
@@ -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
|
||||
|
||||
@@ -391,7 +391,6 @@
|
||||
- type: HideLayerClothing
|
||||
slots:
|
||||
- Hair
|
||||
- Snout
|
||||
- HeadTop
|
||||
- HeadSide
|
||||
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
- HEAD
|
||||
unfoldedSlots:
|
||||
- MASK
|
||||
foldedHideLayers: []
|
||||
unfoldedHideLayers:
|
||||
- Snout
|
||||
- type: Mask
|
||||
- type: IngestionBlocker
|
||||
- type: IdentityBlocker
|
||||
|
||||
Reference in New Issue
Block a user