Skip to content

Commit

Permalink
Lets atmos build gas pipes in walls (space-wizards#28707)
Browse files Browse the repository at this point in the history
Co-authored-by: plykiya <[email protected]>
  • Loading branch information
Plykiya and plykiya authored Jul 25, 2024
1 parent 818f43b commit 0a07203
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Recipes/Construction/utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
targetNode: half
category: construction-category-utilities
placementMode: SnapgridCenter
canBuildInImpassable: false
canBuildInImpassable: true
icon:
sprite: Structures/Piping/Atmospherics/pipe.rsi
state: pipeHalf
Expand All @@ -408,7 +408,7 @@
targetNode: straight
category: construction-category-utilities
placementMode: SnapgridCenter
canBuildInImpassable: false
canBuildInImpassable: true
icon:
sprite: Structures/Piping/Atmospherics/pipe.rsi
state: pipeStraight
Expand All @@ -422,7 +422,7 @@
targetNode: bend
category: construction-category-utilities
placementMode: SnapgridCenter
canBuildInImpassable: false
canBuildInImpassable: true
icon:
sprite: Structures/Piping/Atmospherics/pipe.rsi
state: pipeBend
Expand All @@ -436,7 +436,7 @@
targetNode: tjunction
category: construction-category-utilities
placementMode: SnapgridCenter
canBuildInImpassable: false
canBuildInImpassable: true
icon:
sprite: Structures/Piping/Atmospherics/pipe.rsi
state: pipeTJunction
Expand All @@ -450,7 +450,7 @@
targetNode: fourway
category: construction-category-utilities
placementMode: SnapgridCenter
canBuildInImpassable: false
canBuildInImpassable: true
icon:
sprite: Structures/Piping/Atmospherics/pipe.rsi
state: pipeFourway
Expand Down

0 comments on commit 0a07203

Please sign in to comment.