Merge pull request #5326 from Mailaender/wall-types
Fixed sandbags connecting to concrete walls
This commit is contained in:
@@ -752,6 +752,8 @@ SBAG:
|
|||||||
NodeTypes: sandbag
|
NodeTypes: sandbag
|
||||||
LineBuildNode:
|
LineBuildNode:
|
||||||
Types: sandbag
|
Types: sandbag
|
||||||
|
RenderBuildingWall:
|
||||||
|
Type: sandbag
|
||||||
|
|
||||||
CYCL:
|
CYCL:
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
@@ -776,6 +778,8 @@ CYCL:
|
|||||||
NodeTypes: chain
|
NodeTypes: chain
|
||||||
LineBuildNode:
|
LineBuildNode:
|
||||||
Types: chain
|
Types: chain
|
||||||
|
RenderBuildingWall:
|
||||||
|
Type: chain
|
||||||
|
|
||||||
BRIK:
|
BRIK:
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
@@ -805,6 +809,8 @@ BRIK:
|
|||||||
NodeTypes: concrete
|
NodeTypes: concrete
|
||||||
LineBuildNode:
|
LineBuildNode:
|
||||||
Types: concrete
|
Types: concrete
|
||||||
|
RenderBuildingWall:
|
||||||
|
Type: concrete
|
||||||
|
|
||||||
BARRACKS:
|
BARRACKS:
|
||||||
Tooltip:
|
Tooltip:
|
||||||
|
|||||||
@@ -1373,6 +1373,8 @@ SBAG:
|
|||||||
NodeTypes: sandbag
|
NodeTypes: sandbag
|
||||||
LineBuildNode:
|
LineBuildNode:
|
||||||
Types: sandbag
|
Types: sandbag
|
||||||
|
RenderBuildingWall:
|
||||||
|
Type: sandbag
|
||||||
|
|
||||||
FENC:
|
FENC:
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
@@ -1398,6 +1400,8 @@ FENC:
|
|||||||
NodeTypes: fence
|
NodeTypes: fence
|
||||||
LineBuildNode:
|
LineBuildNode:
|
||||||
Types: fence
|
Types: fence
|
||||||
|
RenderBuildingWall:
|
||||||
|
Type: fence
|
||||||
|
|
||||||
BRIK:
|
BRIK:
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
@@ -1428,6 +1432,8 @@ BRIK:
|
|||||||
NodeTypes: concrete
|
NodeTypes: concrete
|
||||||
LineBuildNode:
|
LineBuildNode:
|
||||||
Types: concrete
|
Types: concrete
|
||||||
|
RenderBuildingWall:
|
||||||
|
Type: concrete
|
||||||
|
|
||||||
CYCL:
|
CYCL:
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
|
|||||||
@@ -307,6 +307,12 @@ GASAND:
|
|||||||
HP: 250
|
HP: 250
|
||||||
Armor:
|
Armor:
|
||||||
Type: Light
|
Type: Light
|
||||||
|
LineBuild:
|
||||||
|
NodeTypes: sandbags
|
||||||
|
LineBuildNode:
|
||||||
|
Types: sandbags
|
||||||
|
RenderBuildingWall:
|
||||||
|
Type: sandbags
|
||||||
|
|
||||||
GAWALL:
|
GAWALL:
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
|
|||||||
Reference in New Issue
Block a user