From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sun, 25 May 2025 22:05:47 +0000 (+0200) Subject: comment out slotblocker yaml (#37827) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=99236def28684c49630917110f529beed17713cc;p=space-station-14.git 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> --- diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index f18e1712c5..1898bb0038 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml index ef2119fd8d..4362b241ad 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml @@ -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