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.
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
failIfSpace: false
|
||||
- !type:TileType
|
||||
targets:
|
||||
- Lattice
|
||||
- Plating
|
||||
- UnderPlating
|
||||
icon:
|
||||
sprite: Structures/Walls/grille.rsi
|
||||
state: grille
|
||||
|
||||
@@ -59,7 +59,13 @@
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:TileNotBlocked
|
||||
failIfSpace: false
|
||||
- !type:TileType
|
||||
targets:
|
||||
- Lattice
|
||||
- Plating
|
||||
- UnderPlating
|
||||
|
||||
- type: construction
|
||||
name: cable terminal
|
||||
|
||||
Reference in New Issue
Block a user