make it so you cant build disposal pipes in impassable objects (#28447)
make it so you cant build disposal pipes in impassable objects (like walls)
This commit is contained in:
parent
532e65b289
commit
040fdc6262
|
|
@ -178,7 +178,7 @@
|
|||
targetNode: pipe
|
||||
category: construction-category-utilities
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: true
|
||||
canBuildInImpassable: false
|
||||
icon:
|
||||
sprite: Structures/Piping/disposal.rsi
|
||||
state: conpipe-s
|
||||
|
|
|
|||
Loading…
Reference in New Issue