diff --git a/mods/cnc/rules/structures.yaml b/mods/cnc/rules/structures.yaml index be46813aaa..5fcf9e9ffe 100644 --- a/mods/cnc/rules/structures.yaml +++ b/mods/cnc/rules/structures.yaml @@ -752,6 +752,8 @@ SBAG: NodeTypes: sandbag LineBuildNode: Types: sandbag + RenderBuildingWall: + Type: sandbag CYCL: Inherits: ^Wall @@ -776,6 +778,8 @@ CYCL: NodeTypes: chain LineBuildNode: Types: chain + RenderBuildingWall: + Type: chain BRIK: Inherits: ^Wall @@ -805,6 +809,8 @@ BRIK: NodeTypes: concrete LineBuildNode: Types: concrete + RenderBuildingWall: + Type: concrete BARRACKS: Tooltip: diff --git a/mods/ra/rules/structures.yaml b/mods/ra/rules/structures.yaml index 3b42da3efb..6a1dd73bf7 100644 --- a/mods/ra/rules/structures.yaml +++ b/mods/ra/rules/structures.yaml @@ -1373,6 +1373,8 @@ SBAG: NodeTypes: sandbag LineBuildNode: Types: sandbag + RenderBuildingWall: + Type: sandbag FENC: Inherits: ^Wall @@ -1398,6 +1400,8 @@ FENC: NodeTypes: fence LineBuildNode: Types: fence + RenderBuildingWall: + Type: fence BRIK: Inherits: ^Wall @@ -1428,6 +1432,8 @@ BRIK: NodeTypes: concrete LineBuildNode: Types: concrete + RenderBuildingWall: + Type: concrete CYCL: Inherits: ^Wall diff --git a/mods/ts/rules/structures.yaml b/mods/ts/rules/structures.yaml index e23b3a9d2e..fa19f03cfe 100644 --- a/mods/ts/rules/structures.yaml +++ b/mods/ts/rules/structures.yaml @@ -307,6 +307,12 @@ GASAND: HP: 250 Armor: Type: Light + LineBuild: + NodeTypes: sandbags + LineBuildNode: + Types: sandbags + RenderBuildingWall: + Type: sandbags GAWALL: Inherits: ^Wall