diff --git a/Resources/Prototypes/Entities/Items/Clothing/uniforms.yml b/Resources/Prototypes/Entities/Items/Clothing/uniforms.yml index 883d6e4632..4624d07f09 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/uniforms.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/uniforms.yml @@ -24,24 +24,6 @@ - type: Clothing sprite: Clothing/Uniforms/uniform_janitor.rsi -- type: entity - parent: UniformBase - id: UniformGrey - name: Grey Jumpsuit - description: Greytide. Worldwide. - components: - - type: Sprite - sprite: Clothing/Uniforms/uniform_grey.rsi - state: grey - - - type: Icon - sprite: Clothing/Uniforms/uniform_grey.rsi - state: grey - - - type: Clothing - sprite: Clothing/Uniforms/uniform_grey.rsi - - - type: entity parent: UniformBase id: UniformEngineering diff --git a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/equipped-INNERCLOTHING.png deleted file mode 100644 index d796e30054..0000000000 Binary files a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/equipped-INNERCLOTHING.png and /dev/null differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/grey.png b/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/grey.png deleted file mode 100644 index 4d26413f4b..0000000000 Binary files a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/grey.png and /dev/null differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/inhand-left.png deleted file mode 100644 index 6fa516dbc5..0000000000 Binary files a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/inhand-left.png and /dev/null differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/inhand-right.png deleted file mode 100644 index f985a97ca6..0000000000 Binary files a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/inhand-right.png and /dev/null differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/meta.json deleted file mode 100644 index 69fe95b1a8..0000000000 --- a/Resources/Textures/Clothing/Uniforms/uniform_grey.rsi/meta.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", - "states": [ - { - "name": "equipped-INNERCLOTHING", - "directions": 4, - "delays": [ - [ - 1.0 - ], - [ - 1.0 - ], - [ - 1.0 - ], - [ - 1.0 - ] - ] - }, - { - "name": "grey", - "directions": 1, - "delays": [ - [ - 1.0 - ] - ] - }, - { - "name": "inhand-left", - "directions": 4, - "delays": [ - [ - 1.0 - ], - [ - 1.0 - ], - [ - 1.0 - ], - [ - 1.0 - ] - ] - }, - { - "name": "inhand-right", - "directions": 4, - "delays": [ - [ - 1.0 - ], - [ - 1.0 - ], - [ - 1.0 - ], - [ - 1.0 - ] - ] - } - ] -}