diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index 989d46372e..ecc14e7dc4 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -114,7 +114,7 @@ - type: entity parent: ClothingHeadBase id: ClothingHeadHelmetSyndicate - name: syndicate helmet + name: syndicate EVA helmet description: A stylish, robust syndicate helmet components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index a0fe9da04a..fd064fe293 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -137,6 +137,22 @@ highPressureMultiplier: 1 lowPressureMultiplier: 100 +# Moved to hardsuits because this is where EVA capable suits are apparently. +# Same stats as normal EVA suit. +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitSyndicate + name: syndicate EVA suit + description: "Has a tag on it 'Totally not property of an enemy corporation, honest!'" + components: + - type: Sprite + sprite: Clothing/OuterClothing/Suits/syndicate.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Suits/syndicate.rsi + - type: PressureProtection + highPressureMultiplier: 1 + lowPressureMultiplier: 100 + - type: entity parent: ClothingOuterHardsuitBase id: ClothingOuterHardsuitEVAPrisoner @@ -240,7 +256,7 @@ - type: entity parent: ClothingOuterHardsuitBase id: ClothingOuterHardsuitSyndie - name: blood-red hardsuit + name: blood red hardsuit description: A dual-mode advanced hardsuit designed for work in special operations. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml index 7d0c21d2c4..61bec73c34 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml @@ -74,18 +74,6 @@ - type: Clothing sprite: Clothing/OuterClothing/Suits/rad.rsi -# I think this is a suit? Looks baggy enough -- type: entity - parent: ClothingOuterBase - id: ClothingOuterSuitSyndicate - name: syndicate suit - description: "Has a tag on it 'Totally not property of an enemy corporation, honest!'" - components: - - type: Sprite - sprite: Clothing/OuterClothing/Suits/syndicate.rsi - - type: Clothing - sprite: Clothing/OuterClothing/Suits/syndicate.rsi - - type: entity parent: ClothingOuterBase id: ClothingOuterSuitSpaceninja