allow to build solar and grille on lattice (#13821)
This commit is contained in:
@@ -188,6 +188,12 @@
|
|||||||
description: A flimsy framework of iron rods.
|
description: A flimsy framework of iron rods.
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked
|
- !type:TileNotBlocked
|
||||||
|
failIfSpace: false
|
||||||
|
- !type:TileType
|
||||||
|
targets:
|
||||||
|
- Lattice
|
||||||
|
- Plating
|
||||||
|
- UnderPlating
|
||||||
icon:
|
icon:
|
||||||
sprite: Structures/Walls/grille.rsi
|
sprite: Structures/Walls/grille.rsi
|
||||||
state: grille
|
state: grille
|
||||||
|
|||||||
@@ -59,7 +59,13 @@
|
|||||||
placementMode: SnapgridCenter
|
placementMode: SnapgridCenter
|
||||||
canBuildInImpassable: false
|
canBuildInImpassable: false
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked
|
||||||
|
failIfSpace: false
|
||||||
|
- !type:TileType
|
||||||
|
targets:
|
||||||
|
- Lattice
|
||||||
|
- Plating
|
||||||
|
- UnderPlating
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: cable terminal
|
name: cable terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user