Remove ugly Eris grey jumpsuit.

This commit is contained in:
Pieter-Jan Briers
2020-04-23 16:40:43 +02:00
parent d1a672ba32
commit 4239e8c687
6 changed files with 0 additions and 92 deletions

View File

@@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 993 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 507 B

View File

@@ -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
]
]
}
]
}