Fix not being able to construct windows on top of grilles.

Fix #5073
This commit is contained in:
Vera Aguilera Puerto
2021-10-28 19:02:07 +02:00
parent 65186abeea
commit d62317b8f6
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
author: Zumorica
changes:
- type: Fix # One of the following: Add, Remove, Tweak, Fix
message: Fix not being able to build windows on top of grilles.

View File

@@ -77,6 +77,7 @@
targetNode: window
category: Structures
description: Clear.
canBuildInImpassable: true
conditions:
- !type:EmptyOrWindowValidInTile {}
- !type:NoWindowsInTile {}
@@ -95,6 +96,7 @@
targetNode: reinforcedWindow
category: Structures
description: Clear but tough.
canBuildInImpassable: true
conditions:
- !type:EmptyOrWindowValidInTile {}
- !type:NoWindowsInTile {}
@@ -112,6 +114,7 @@
startNode: start
targetNode: plasmaWindow
category: Structures
canBuildInImpassable: true
description: Clear and even tougher, with a purple tint.
conditions:
- !type:EmptyOrWindowValidInTile {}
@@ -130,6 +133,7 @@
startNode: start
targetNode: reinforcedPlasmaWindow
category: Structures
canBuildInImpassable: true
description: Fire resistant and even tougher, with a purple tint.
conditions:
- !type:EmptyOrWindowValidInTile {}