This commit is contained in:
Swept
2020-12-09 18:32:27 +00:00
committed by GitHub
parent abed6fc15d
commit 85550827b2
31 changed files with 54 additions and 128 deletions

View File

@@ -21,8 +21,6 @@
- type: UserInterface
- type: Appearance
- type: entity
parent: GasCanisterBase
id: GasCanister
@@ -80,8 +78,6 @@
- 1478.6513029 # nitrogen 79%
temperature: 293.15
- type: entity
parent: GasCanister
id: OxygenCanister
@@ -97,8 +93,6 @@
- 1871.71051 # oxygen
temperature: 293.15
- type: entity
parent: GasCanister
id: PhoronCanister

Binary file not shown.

Before

Width:  |  Height:  |  Size: 816 B

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 B

After

Width:  |  Height:  |  Size: 819 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 B

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 860 B

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 864 B

After

Width:  |  Height:  |  Size: 615 B

View File

@@ -1,56 +1,31 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f8581a636acfc1517611a680b7711a74fc7ef335",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris",
"states": [
{
"name": "black",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "black-1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "blue",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "blue-1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "can-connector",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "can-o0",
@@ -64,138 +39,95 @@
},
{
"name": "can-o1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "can-o2",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "can-o3",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "can-oa1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "can-open",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "grey",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "grey-1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "orange",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "orange-1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "red",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "red-1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "redws",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "redws-1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "yellow",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "yellow-1",
"directions": 1,
"delays": [
[
1
]
]
"directions": 1
},
{
"name": "green",
"directions": 1
},
{
"name": "green-1",
"directions": 1
},
{
"name": "darkblue",
"directions": 1
},
{
"name": "darkblue-1",
"directions": 1
},
{
"name": "freon",
"directions": 1
},
{
"name": "freon-1",
"directions": 1
},
{
"name": "water_vapor",
"directions": 1
},
{
"name": "water_vapor-1",
"directions": 1
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 838 B

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 765 B

After

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 B

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 861 B

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 844 B

After

Width:  |  Height:  |  Size: 606 B