comment out slotblocker yaml (#37827)

* comment out slotblocker yaml

* let me fix this real quick xD

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
Errant
2025-05-26 00:05:47 +02:00
committed by GitHub
parent d924e11c3a
commit 99236def28
2 changed files with 15 additions and 10 deletions

View File

@@ -109,8 +109,9 @@
id: ClothingHeadEVAHelmetBase
name: base space helmet
components:
- type: SlotBlock
slots: [ears, eyes, mask]
# SlotBlocker blocked until UI change
# - type: SlotBlock
# slots: [ears, eyes, mask]
- type: BreathMask
- type: Item
size: Normal
@@ -146,8 +147,9 @@
name: base hardsuit helmet
categories: [ HideSpawnMenu ]
components:
- type: SlotBlock
slots: [ears, eyes, mask]
# SlotBlocker blocked until UI change
# - type: SlotBlock
# slots: [ears, eyes, mask]
- type: BreathMask
- type: Sprite
state: icon # default state used by most inheritors
@@ -194,8 +196,9 @@
name: base hardsuit helmet with light
categories: [ HideSpawnMenu ]
components:
- type: SlotBlock
slots: [ears, eyes, mask]
# SlotBlocker blocked until UI change
# - type: SlotBlock
# slots: [ears, eyes, mask]
- type: Sprite
layers:
- state: icon

View File

@@ -105,8 +105,9 @@
id: ClothingOuterHardsuitBase
name: base hardsuit
components:
- type: SlotBlock
slots: [innerclothing, feet]
# SlotBlocker blocked until UI change
# - type: SlotBlock
# slots: [innerclothing, feet]
- type: PressureProtection
highPressureMultiplier: 0.3
lowPressureMultiplier: 1000
@@ -151,8 +152,9 @@
id: ClothingOuterEVASuitBase
name: base EVA Suit
components:
- type: SlotBlock
slots: [innerclothing, feet]
# SlotBlocker blocked until UI change
# - type: SlotBlock
# slots: [innerclothing, feet]
- type: PressureProtection
highPressureMultiplier: 0.6
lowPressureMultiplier: 1000