From f45478c26dba011e043aeb1c782668613a3d67fc Mon Sep 17 00:00:00 2001 From: EstKemran Date: Tue, 31 Dec 2024 16:45:05 +0300 Subject: [PATCH] fix-blueshield-t-srirt --- .../Jumpsuit/base_clothinguniforms.yml | 43 +++++++++++++++++++ .../Clothing/Uniforms/Jumpsuit/jumpsuits.yml | 43 ------------------- 2 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/base_clothinguniforms.yml diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/base_clothinguniforms.yml b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/base_clothinguniforms.yml new file mode 100644 index 00000000000000..a433cb45774ab5 --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/base_clothinguniforms.yml @@ -0,0 +1,43 @@ +# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt + +# Flipped +- type: entity + parent: [ClothingUniformBase, BaseFoldable] + id: ClothingUniformBaseFoldable + abstract: true + components: + - type: Appearance + - type: Foldable + canFoldInsideContainer: true + unfoldVerbText: fold-tie-verb + foldVerbText: fold-untie-verb + - type: FoldableClothing + foldedEquippedPrefix: tie + foldedHeldPrefix: tie + - type: Sprite + layers: + - state: icon + map: [ "unfoldedLayer" ] + - state: icon_tie + map: ["foldedLayer"] + visible: false + +- type: entity + parent: ClothingUniformBaseFoldable + id: ClothingUniformBaseFoldableTie + abstract: true + components: + - type: Foldable + folded: true + - type: Clothing + equippedPrefix: tie + - type: Item + heldPrefix: tie + - type: Sprite + layers: + - state: icon + map: [ "unfoldedLayer" ] + visible: false + - state: icon_tie + map: ["foldedLayer"] + visible: true diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml index b49891f004c058..d77a8b0fbc5587 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml @@ -1,48 +1,5 @@ # © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt -# Base -# Flipped -- type: entity - parent: [UnsensoredClothingUniformBase, BaseFoldable] - id: ClothingUniformBaseFoldable - abstract: true - components: - - type: Appearance - - type: Foldable - canFoldInsideContainer: true - unfoldVerbText: fold-tie-verb - foldVerbText: fold-untie-verb - - type: FoldableClothing - foldedEquippedPrefix: tie - foldedHeldPrefix: tie - - type: Sprite - layers: - - state: icon - map: [ "unfoldedLayer" ] - - state: icon_tie - map: ["foldedLayer"] - visible: false - -- type: entity - parent: ClothingUniformBaseFoldable - id: ClothingUniformBaseFoldableTie - abstract: true - components: - - type: Foldable - folded: true - - type: Clothing - equippedPrefix: tie - - type: Item - heldPrefix: tie - - type: Sprite - layers: - - state: icon - map: [ "unfoldedLayer" ] - visible: false - - state: icon_tie - map: ["foldedLayer"] - visible: true - # ЦК - type: entity