Removes half-implemented ConduitLayer from piping (#2957)
Co-authored-by: py01 <pyronetics01@gmail.com>
@@ -1,4 +1,4 @@
|
||||
- type: entity
|
||||
- type: entity
|
||||
abstract: true
|
||||
id: PipeBase
|
||||
name: Pipe
|
||||
@@ -39,7 +39,7 @@
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
- type: Icon
|
||||
state: pipeHalf2
|
||||
state: pipeHalf
|
||||
|
||||
- type: entity
|
||||
parent: PipeBase
|
||||
@@ -52,7 +52,7 @@
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: Lateral
|
||||
- type: Icon
|
||||
state: pipeStraight2
|
||||
state: pipeStraight
|
||||
|
||||
- type: entity
|
||||
parent: PipeBase
|
||||
@@ -65,7 +65,7 @@
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: SEBend
|
||||
- type: Icon
|
||||
state: pipeBend2
|
||||
state: pipeBend
|
||||
|
||||
- type: entity
|
||||
parent: PipeBase
|
||||
@@ -78,7 +78,7 @@
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: TEast
|
||||
- type: Icon
|
||||
state: pipeTJunction2
|
||||
state: pipeTJunction
|
||||
|
||||
- type: entity
|
||||
parent: PipeBase
|
||||
@@ -91,4 +91,4 @@
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: Fourway
|
||||
- type: Icon
|
||||
state: pipeFourway2
|
||||
state: pipeFourway
|
||||
|
||||
@@ -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":[
|
||||
[
|
||||
|
||||
|
Before Width: | Height: | Size: 854 B After Width: | Height: | Size: 854 B |
|
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 469 B |
|
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 643 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |