Removes half-implemented ConduitLayer from piping (#2957)

Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
py01
2021-01-08 17:05:29 -06:00
committed by GitHub
parent e84e387972
commit b46b890618
12 changed files with 17 additions and 38 deletions

View File

@@ -8,7 +8,7 @@
"copyright":"Taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da",
"states":[
{
"name":"pipeTJunction2",
"name":"pipeTJunction",
"directions":4,
"delays":[
[
@@ -26,7 +26,7 @@
]
},
{
"name":"pipeHalf2",
"name":"pipeHalf",
"directions":4,
"delays":[
[
@@ -44,7 +44,7 @@
]
},
{
"name":"pipeBend2",
"name":"pipeBend",
"directions":4,
"delays":[
[
@@ -62,7 +62,7 @@
]
},
{
"name":"pipeFourway2",
"name":"pipeFourway",
"directions":1,
"delays":[
[
@@ -71,7 +71,7 @@
]
},
{
"name":"pipeStraight2",
"name":"pipeStraight",
"directions":4,
"delays":[
[

View File

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 854 B

View File

Before

Width:  |  Height:  |  Size: 538 B

After

Width:  |  Height:  |  Size: 538 B

View File

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 469 B

View File

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 643 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB